Skip to content

Commit eb5b14a

Browse files
committed
add --ignore-engines
1 parent c7e904a commit eb5b14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"pack": "npm run dist --dir -c.compression=store -c.mac.identity=null",
2020
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx --fix",
2121
"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",
22+
"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",
2323
"update:zip": "cd vendor && npx rimraf files.zip && bestzip files.zip files/",
2424
"update:zip-fullnode": "cd vendor && npx rimraf files.zip && bestzip files.zip files/",
2525
"cleanbuild": "rm -rf node_modules && yarn && npm run dist",

0 commit comments

Comments
 (0)