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 e5de012 commit 274adcdCopy full SHA for 274adcd
package.json
@@ -28,6 +28,7 @@
28
"build": "microbundle",
29
"dev": "microbundle watch",
30
"pretty": "prettier --write --tab-width 4 'src/**/*.js' 'test/**/*.js'",
31
+ "prepublish": "npm run lint && npm run test && npm run build",
32
"lint": "eslint src test",
33
"flow": "flow"
34
},
0 commit comments