Skip to content

Commit 29f023a

Browse files
committed
chore: don't run no-op tests in prepublish right now
Wish I could have tests, but I can't find any documentation about how to test snippets or completions
1 parent 02e9b4b commit 29f023a

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 && npm test",
392+
"vscode:prepublish": "npm run clean && npm run prettier:check && npm run lint",
393393
"open:coverage": "open coverage/lcov-report/index.html",
394394
"semantic-release": "semantic-release"
395395
},

0 commit comments

Comments
 (0)