Skip to content

Commit

Permalink
[ARC-3471] chore: use --force in npm run extension:install
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzh-atlassian committed Nov 27, 2024
1 parent 91e66d2 commit 23ccdc6
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 @@ -59,7 +59,7 @@
"postinstall": "patch-package",
"extension:clean": "rm -rf ./atlascode-*.vsix",
"extension:package": "npm run extension:clean && vsce package --baseContentUrl https://bitbucket.org/atlassianlabs/atlascode/raw/main/ --allow-star-activation",
"extension:install": "npm run extension:package && code --install-extension ./atlascode-*.vsix",
"extension:install": "npm run extension:package && code --install-extension ./atlascode-*.vsix --force",
"test": "jest",
"devcompile": "npm-run-all --parallel devcompile:react devcompile:extension",
"devcompile:react": "webpack --mode development --config webpack.react.dev.js",
Expand Down

0 comments on commit 23ccdc6

Please sign in to comment.