Skip to content

Commit

Permalink
fix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tat3 committed Sep 4, 2022
1 parent fb73a0e commit 16408c6
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 @@ -481,7 +481,7 @@
},
"scripts": {
"vscode:prepublish": "./scripts/build.sh",
"test": "./scripts/build.sh && yarn esbuild && node ./test/runTest.js",
"test": "bash ./scripts/build.sh && yarn esbuild && node ./test/runTest.js",
"build": "vsce package",
"esbuild": "esbuild ./extension.js --bundle --outfile=extension.min.js --external:vscode --format=cjs --platform=node"
},
Expand Down

0 comments on commit 16408c6

Please sign in to comment.