Skip to content

Commit

Permalink
Fix --ignore-unmatch => --ignore-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Feb 24, 2024
1 parent c5ba46b commit 0415577
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 @@ -37,7 +37,7 @@
"browser": "./out/web/extension.js",
"scripts": {
"build": "npm run compile && npm run compile-web && npm run generate-wasm",
"version": "git rm -f --ignore-unmatch *.vsix && vsce package && git add -f --ignore-unmatch *.vsix",
"version": "git rm -f --ignore-unmatch *.vsix && vsce package && git add -f --ignore-errors *.vsix",
"watch": "tsc -watch -p ./",
"watch-web": "webpack --watch",
"compile": "tsc -p ./",
Expand Down

0 comments on commit 0415577

Please sign in to comment.