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 f517b7e commit eb57d8dCopy full SHA for eb57d8d
package.json
@@ -28,7 +28,7 @@
28
"kill": "lsof -i:$npm_package_port -t | xargs kill -9",
29
"lint": "eslint './src/**/*.{ts,js,jsx}' --cache",
30
"lint:fix": "eslint './src/**/*.{ts,js,jsx}' --fix",
31
- "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit",
+ "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit",
32
"watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve"
33
},
34
"dependencies": {
0 commit comments