We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607915b commit 6d6b6c6Copy full SHA for 6d6b6c6
1 file changed
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