Skip to content

Commit

Permalink
Compile tests using tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 6, 2022
1 parent f414937 commit 10b3fea
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 @@ -479,7 +479,7 @@
"deploy": "vsce publish -p",
"lint": "eslint 'src/**/*.ts' 'preview-src/**/*.ts' --format unix",
"lint:fix": "npm run lint -- --fix",
"pretest": "npm run build",
"pretest": "tsc -p ./ && npm run build",
"test": "node ./dist/src/test/runTest.js"
},
"devDependencies": {
Expand Down

0 comments on commit 10b3fea

Please sign in to comment.