Skip to content

Commit 274adcd

Browse files
committed
prepublish script
1 parent e5de012 commit 274adcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"build": "microbundle",
2929
"dev": "microbundle watch",
3030
"pretty": "prettier --write --tab-width 4 'src/**/*.js' 'test/**/*.js'",
31+
"prepublish": "npm run lint && npm run test && npm run build",
3132
"lint": "eslint src test",
3233
"flow": "flow"
3334
},

0 commit comments

Comments
 (0)