We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e9b4b commit 29f023aCopy full SHA for 29f023a
package.json
@@ -389,7 +389,7 @@
389
"pretest": "npm run build",
390
"test": "rimraf .nyc_output; node ./out/test/runTest.js; nyc report; nyc report --reporter=lcov",
391
"codecov": "nyc report --reporter=text-lcov > coverage.lcov; codecov",
392
- "vscode:prepublish": "npm run clean && npm run prettier:check && npm run lint && npm test",
+ "vscode:prepublish": "npm run clean && npm run prettier:check && npm run lint",
393
"open:coverage": "open coverage/lcov-report/index.html",
394
"semantic-release": "semantic-release"
395
},
0 commit comments