Skip to content

Commit

Permalink
fix: call yarn install instead of upgrade after package.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 26, 2017
1 parent 9b1346c commit 712baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/",
"inspect":
"webpack --profile --json > report.json; webpack-bundle-analyzer report.json --mode static && sleep 6 && rm report.{json,html}",
"update": "ncu --upgrade --upgradeAll && yarn upgrade --latest",
"update": "ncu --upgrade --upgradeAll && yarn",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version && git push --follow-tags origin master"
},
Expand Down

0 comments on commit 712baac

Please sign in to comment.