Skip to content

Commit 712baac

Browse files
author
dessant
committed
fix: call yarn install instead of upgrade after package.json change
1 parent 9b1346c commit 712baac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/",
2222
"inspect":
2323
"webpack --profile --json > report.json; webpack-bundle-analyzer report.json --mode static && sleep 6 && rm report.{json,html}",
24-
"update": "ncu --upgrade --upgradeAll && yarn upgrade --latest",
24+
"update": "ncu --upgrade --upgradeAll && yarn",
2525
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
2626
"release": "standard-version && git push --follow-tags origin master"
2727
},

0 commit comments

Comments
 (0)