Skip to content

Commit 534caeb

Browse files
committed
Add pre publish command back
1 parent 6bb3bc3 commit 534caeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"scripts": {
26+
"prepublish": "npm run build",
2627
"prettier": "prettier --single-quote --tab-width=4 --print-width=80 \"./src/**/*.js\" \"./test/**/*js\" --write",
2728
"babel": "babel src --out-dir dist --ignore '**/*.test.js'",
2829
"test": "jest --coverage --no-cache",

0 commit comments

Comments
 (0)