Skip to content

Commit

Permalink
fix: broken script to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 19, 2023
1 parent 574b82a commit dc2d94a
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 @@ -14,7 +14,7 @@
},
"scripts": {
"pretest": "npm run lint",
"test": "c8 npm run vscode:test",
"test": "c8 npm run quick:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsc",
Expand Down

0 comments on commit dc2d94a

Please sign in to comment.