We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb3bc3 commit 534caebCopy full SHA for 534caeb
package.json
@@ -23,6 +23,7 @@
23
},
24
"license": "MIT",
25
"scripts": {
26
+ "prepublish": "npm run build",
27
"prettier": "prettier --single-quote --tab-width=4 --print-width=80 \"./src/**/*.js\" \"./test/**/*js\" --write",
28
"babel": "babel src --out-dir dist --ignore '**/*.test.js'",
29
"test": "jest --coverage --no-cache",
0 commit comments