Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit fe61f12

Browse files
committed
Use tsc for build
1 parent c074aad commit fe61f12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typescript": "2.2.1"
99
},
1010
"scripts": {
11-
"install": "tsc -p .",
11+
"build": "tsc -p .",
1212
"test": "tsc -p . && mocha test --recursive",
1313
"dev-test-watch": "mocha-typescript-watch",
1414
"prepublish": "tsc -p ."

0 commit comments

Comments
 (0)