Skip to content

Commit

Permalink
run only build task on vscode:prepublish (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Oct 1, 2023
1 parent fa5a2f4 commit 3bbd43d
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 @@ -133,7 +133,7 @@
]
},
"scripts": {
"vscode:prepublish": "npm run build && node out/test/checkNoTestProvider.js",
"vscode:prepublish": "npm run build",
"compile": "npm run compile:extension && npm run compile:renderer",
"compile:extension": "tsc -p src/extension",
"compile:renderer": "webpack --config=./webpack.config.js",
Expand Down

0 comments on commit 3bbd43d

Please sign in to comment.