Skip to content

Commit eaa3b9c

Browse files
author
Bernabe Gonzalez
committed
add pre publish script
1 parent 5436d08 commit eaa3b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"test:cover": "npm run test -- --coverage",
1111
"test:cover:CI": "npm run test:cover && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
1212
"lint": "eslint src",
13-
"clean": "rimraf dist"
13+
"clean": "rimraf dist",
14+
"prepublishOnly": "npm run build"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)