Skip to content

Commit 3bbd43d

Browse files
run only build task on vscode:prepublish (#156)
1 parent fa5a2f4 commit 3bbd43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
]
134134
},
135135
"scripts": {
136-
"vscode:prepublish": "npm run build && node out/test/checkNoTestProvider.js",
136+
"vscode:prepublish": "npm run build",
137137
"compile": "npm run compile:extension && npm run compile:renderer",
138138
"compile:extension": "tsc -p src/extension",
139139
"compile:renderer": "webpack --config=./webpack.config.js",

0 commit comments

Comments
 (0)