Skip to content

Commit

Permalink
fix: fix still-broken publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Mar 3, 2021
1 parent 29f023a commit c9ee8a6
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",
"vscode:prepublish": "npm run clean && npm run prettier:check && npm run lint && npm run build",
"open:coverage": "open coverage/lcov-report/index.html",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit c9ee8a6

Please sign in to comment.