We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea01af commit b471907Copy full SHA for b471907
package.json
@@ -8,7 +8,8 @@
8
"scripts": {
9
"test": "tsc -p ./ && mocha -r ts-node/register",
10
"appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
11
- "compile": "tsc -watch -p ./"
+ "compile": "tsc -watch -p ./",
12
+ "compileOnce": "tsc -p ./"
13
},
14
"devDependencies": {
15
"@types/mocha": "^8.2.1",
0 commit comments