Skip to content

Commit c9ee8a6

Browse files
committed
fix: fix still-broken publishing
1 parent 29f023a commit c9ee8a6

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
@@ -389,7 +389,7 @@
389389
"pretest": "npm run build",
390390
"test": "rimraf .nyc_output; node ./out/test/runTest.js; nyc report; nyc report --reporter=lcov",
391391
"codecov": "nyc report --reporter=text-lcov > coverage.lcov; codecov",
392-
"vscode:prepublish": "npm run clean && npm run prettier:check && npm run lint",
392+
"vscode:prepublish": "npm run clean && npm run prettier:check && npm run lint && npm run build",
393393
"open:coverage": "open coverage/lcov-report/index.html",
394394
"semantic-release": "semantic-release"
395395
},

0 commit comments

Comments
 (0)