Skip to content

Commit bbe81e4

Browse files
test task fix (#44)
1 parent 566c4cd commit bbe81e4

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
@@ -35,7 +35,7 @@
3535
"ts-docs": "shx rm -rf ./ts/docs && cd ts && npx typedoc",
3636
"postdocs": "node ./docshim.js",
3737
"lint": "eslint . --ignore-pattern reports --ignore-pattern examples --ignore-pattern docs && tslint --project ./ts",
38-
"test": "nyc jasmine",
38+
"test": "npm run types && nyc jasmine",
3939
"ts-test": "shx rm -rf ./typings && cd ts && tsc --project tsconfig-test.json && cd .. && npx jasmine ./typings/**/*[sS]pec.js",
4040
"types": "shx rm -rf ./typings && cd ts && tsc",
4141
"prepack": "npm run build",

0 commit comments

Comments
 (0)