reciple 1.7.1-pre.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reciple",
|
|
3
|
-
"version": "1.7.1
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "A Discord.js bot",
|
|
5
5
|
"author": "FalloutStudios",
|
|
6
6
|
"homepage": "https://falloutstudios.github.io/Reciple",
|
|
@@ -21,15 +21,13 @@
|
|
|
21
21
|
],
|
|
22
22
|
"scripts": {
|
|
23
23
|
"clean": "rm -rf bin",
|
|
24
|
-
"build": "yarn
|
|
24
|
+
"build": "yarn clean && npx tsc && npm un reciple -g && npm i ./ -g && yarn build:docs",
|
|
25
25
|
"build:publish": "yarn run build && yarn publish",
|
|
26
|
-
"
|
|
27
|
-
"reinstall": "npm un reciple -g && npm i ./ -g",
|
|
28
|
-
"postpublish": "yarn run build:docs && yarn run update:docs",
|
|
29
|
-
"test": "yarn run build && yarn run test:start",
|
|
26
|
+
"test": "yarn run build && yarn test:start",
|
|
30
27
|
"test:start": "cd test && npx reciple",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
28
|
+
"postpublish": "yarn build:docs && yarn update:docs",
|
|
29
|
+
"build:docs": "cd docs && yarn build",
|
|
30
|
+
"update:docs": "cd docs && yarn update"
|
|
33
31
|
},
|
|
34
32
|
"dependencies": {
|
|
35
33
|
"chalk": "4.1.2",
|