Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 494d2f1

Browse files
feat(package): add fasttest script
1 parent 84dcd0e commit 494d2f1

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
@@ -34,7 +34,8 @@
3434
"fastbuild": "trash dist && tsc -p tsconfig.json",
3535
"static": "tslint -c tslint.json 'src/**/*.ts'",
3636
"pretest": "npm run static",
37-
"test": "mocha -r ts-node/register test/**.spec.ts"
37+
"test": "mocha -r ts-node/register test/**.spec.ts",
38+
"fasttest": "mocha -r ts-node/register test/**.spec.ts"
3839
},
3940
"keywords": [
4041
"hearthstone",

0 commit comments

Comments
 (0)