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

Commit 3b23593

Browse files
committed
Build typescript before running tests
1 parent 363563e commit 3b23593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "tests"
1111
},
1212
"scripts": {
13-
"test": "npm run jsdoctest && mocha test/ --recursive",
13+
"test": "npm run build-ts && npm run jsdoctest && mocha test/ --recursive",
1414
"build-ts": "tsc",
1515
"watch-ts": "tsc -w",
1616
"jsdoctest": "mocha --require jsdoctest lib/"

0 commit comments

Comments
 (0)