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 2289dcd commit 9aa64d6Copy full SHA for 9aa64d6
package.json
@@ -7,7 +7,8 @@
7
"test": "mocha --require ts-node/register --reporter=dot test/**/*-test.ts --timeout=10000",
8
"test-formatting": "test/check-formatting.sh",
9
"format": "scripts/format.sh",
10
- "type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js"
+ "type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js",
11
+ "prepublishOnly": "npm run build && npm run test"
12
},
13
"devDependencies": {
14
"@types/mkdirp": "^0.5.2",
0 commit comments