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 a4f4705 commit 1e06842Copy full SHA for 1e06842
package.json
@@ -8,7 +8,6 @@
8
],
9
"scripts": {
10
"build": "tsc --version && tsc --project \"./src\"",
11
- "prepublish": "npm run build",
12
"test:unit": "mocha -R spec ./test/unit",
13
"test:integration": "mocha -R spec ./test/integration && rimraf tmp",
14
"test": "npm run build && npm run test:unit && npm run test:integration",
0 commit comments