Skip to content

Commit

Permalink
fix: test-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Feb 9, 2024
1 parent 4732fc5 commit d67e3c3
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 @@ -103,7 +103,7 @@
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"test-compile": "tsc -p ./",
"pretest": "npm run compile && npm run lint",
"pretest": "npm run test-compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "vscode-test",
"package": "vsce package"
Expand Down

0 comments on commit d67e3c3

Please sign in to comment.