We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e904a commit eb5b14aCopy full SHA for eb5b14a
package.json
@@ -19,7 +19,7 @@
19
"pack": "npm run dist --dir -c.compression=store -c.mac.identity=null",
20
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx --fix",
21
"upgrade:whistle": "git subtree pull --prefix=vendor/whistle https://github.com/avwo/whistle master --squash && npm run install-deps && npm run update:node_modules",
22
- "update:node_modules": "npx rimraf vendor/files/node/modules && cd vendor/files/node && echo {} > package.json && yarn add ../../whistle-start ../../whistle whistle.vase ../../whistle.scriptfile ../../whistle.chii-internal -S && mv node_modules modules && cd ../../.. && npm run update:zip",
+ "update:node_modules": "npx rimraf vendor/files/node/modules && cd vendor/files/node && echo {} > package.json && yarn add --ignore-engines ../../whistle-start ../../whistle whistle.vase ../../whistle.scriptfile ../../whistle.chii-internal -S && mv node_modules modules && cd ../../.. && npm run update:zip",
23
"update:zip": "cd vendor && npx rimraf files.zip && bestzip files.zip files/",
24
"update:zip-fullnode": "cd vendor && npx rimraf files.zip && bestzip files.zip files/",
25
"cleanbuild": "rm -rf node_modules && yarn && npm run dist",
0 commit comments