Skip to content

Commit

Permalink
build before running coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Nov 21, 2024
1 parent 6d2163c commit 360db3e
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 @@ -947,7 +947,7 @@
"package": "vsce package",
"pretest": "npm run compile:tests && npm run compile && npm run lint",
"test": "vscode-test",
"test:coverage": "vscode-test --coverage",
"test:coverage": "npm run compile:tests && npm run compile && vscode-test --coverage",
"wdio": "npm run compile && wdio run ./src/test/e2e/wdio.conf.ts",
"lint": "eslint",
"format": "prettier --write .",
Expand Down

0 comments on commit 360db3e

Please sign in to comment.