Skip to content

Commit

Permalink
chore: don't run no-op tests in prepublish right now
Browse files Browse the repository at this point in the history
Wish I could have tests, but I can't find any documentation about how to test snippets or completions
  • Loading branch information
jedwards1211 committed Mar 3, 2021
1 parent 02e9b4b commit 29f023a
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 @@ -389,7 +389,7 @@
"pretest": "npm run build",
"test": "rimraf .nyc_output; node ./out/test/runTest.js; nyc report; nyc report --reporter=lcov",
"codecov": "nyc report --reporter=text-lcov > coverage.lcov; codecov",
"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",
"open:coverage": "open coverage/lcov-report/index.html",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 29f023a

Please sign in to comment.