Skip to content

Commit eb57d8d

Browse files
chore: refine update command
1 parent f517b7e commit eb57d8d

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
@@ -28,7 +28,7 @@
2828
"kill": "lsof -i:$npm_package_port -t | xargs kill -9",
2929
"lint": "eslint './src/**/*.{ts,js,jsx}' --cache",
3030
"lint:fix": "eslint './src/**/*.{ts,js,jsx}' --fix",
31-
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit",
31+
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit",
3232
"watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve"
3333
},
3434
"dependencies": {

0 commit comments

Comments
 (0)