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 b26c522 commit b810db5Copy full SHA for b810db5
package.json
@@ -10,7 +10,9 @@
10
"test-cov": "jest unit --coverage",
11
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
12
"lint": "eslint .",
13
- "build": "tsc"
+ "build": "tsc",
14
+ "prepare": "npm run build",
15
+ "prepublishOnly": "npm test && npm run lint"
16
},
17
"license": "MIT",
18
"dependencies": {},
0 commit comments