Skip to content

Commit

Permalink
add an out-tsc dir in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed May 12, 2024
1 parent 9c0e891 commit 5cb34e8
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 @@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"compile": "tsc",
"compile": "mkdir -p out-tsc && tsc",
"test": "npm run compile && c8 node_modules/mocha/bin/_mocha test/**/*",
"report-coverage": "c8 --reporter=text-lcov npm run test > coverage.lcov",
"lint": "eslint .",
Expand Down

0 comments on commit 5cb34e8

Please sign in to comment.