Skip to content

Commit b810db5

Browse files
committed
update package
1 parent b26c522 commit b810db5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"test-cov": "jest unit --coverage",
1111
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1212
"lint": "eslint .",
13-
"build": "tsc"
13+
"build": "tsc",
14+
"prepare": "npm run build",
15+
"prepublishOnly": "npm test && npm run lint"
1416
},
1517
"license": "MIT",
1618
"dependencies": {},

0 commit comments

Comments
 (0)