Skip to content

Commit

Permalink
test task fix (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendavelaar authored Jun 27, 2023
1 parent 566c4cd commit bbe81e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ts-docs": "shx rm -rf ./ts/docs && cd ts && npx typedoc",
"postdocs": "node ./docshim.js",
"lint": "eslint . --ignore-pattern reports --ignore-pattern examples --ignore-pattern docs && tslint --project ./ts",
"test": "nyc jasmine",
"test": "npm run types && nyc jasmine",
"ts-test": "shx rm -rf ./typings && cd ts && tsc --project tsconfig-test.json && cd .. && npx jasmine ./typings/**/*[sS]pec.js",
"types": "shx rm -rf ./typings && cd ts && tsc",
"prepack": "npm run build",
Expand Down

0 comments on commit bbe81e4

Please sign in to comment.