We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a680f commit 48f14afCopy full SHA for 48f14af
package.json
@@ -13,6 +13,7 @@
13
"test:ci": "jest --coverage && codecov",
14
"lint": "eslint ./src",
15
"precommit": "lint-staged",
16
+ "prepublish": "npm run build",
17
"format": "prettier --trailing-comma all --single-quote --tab-width 4 --print-width 100 --write 'src/**/*.js'"
18
},
19
"repository": {
0 commit comments