Skip to content

Commit b471907

Browse files
committed
add convenient script
1 parent bea01af commit b471907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"scripts": {
99
"test": "tsc -p ./ && mocha -r ts-node/register",
1010
"appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
11-
"compile": "tsc -watch -p ./"
11+
"compile": "tsc -watch -p ./",
12+
"compileOnce": "tsc -p ./"
1213
},
1314
"devDependencies": {
1415
"@types/mocha": "^8.2.1",

0 commit comments

Comments
 (0)