There was an error while loading. Please reload this page.
1 parent 9b1346c commit 712baacCopy full SHA for 712baac
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/",
22
"inspect":
23
"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",
+ "update": "ncu --upgrade --upgradeAll && yarn",
25
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
26
"release": "standard-version && git push --follow-tags origin master"
27
},
0 commit comments