We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566c4cd commit bbe81e4Copy full SHA for bbe81e4
package.json
@@ -35,7 +35,7 @@
35
"ts-docs": "shx rm -rf ./ts/docs && cd ts && npx typedoc",
36
"postdocs": "node ./docshim.js",
37
"lint": "eslint . --ignore-pattern reports --ignore-pattern examples --ignore-pattern docs && tslint --project ./ts",
38
- "test": "nyc jasmine",
+ "test": "npm run types && nyc jasmine",
39
"ts-test": "shx rm -rf ./typings && cd ts && tsc --project tsconfig-test.json && cd .. && npx jasmine ./typings/**/*[sS]pec.js",
40
"types": "shx rm -rf ./typings && cd ts && tsc",
41
"prepack": "npm run build",
0 commit comments