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 63a7a1b commit 4a9ecbbCopy full SHA for 4a9ecbb
package.json
@@ -5,7 +5,8 @@
5
"license": "MIT",
6
"scripts": {
7
"build": "tslint -p . && tsc",
8
- "test": "mocha -r ts-node/register --recursive \"./src/**/__tests__/*\""
+ "test": "mocha -r ts-node/register --recursive \"./src/**/__tests__/*\"",
9
+ "prepublish": "npm run build && npm run test"
10
},
11
"typings": "lib/index.d.ts",
12
"repository": {
0 commit comments