Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Sep 26, 2019
1 parent ab43263 commit ca66497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"cover:update": "jest --coverage --updateSnapshot",
"develop": "webpack --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js",
"update": "ncu -u && yarn upgrade && yarn audit"
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ca66497

Please sign in to comment.