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 bc99a2a commit 20c2bc1Copy full SHA for 20c2bc1
package.json
@@ -62,6 +62,7 @@
62
"scripts": {
63
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
64
"prepare": "cross-env NODE_ENV=production npm run build",
65
+ "prepublishOnly": "npm run prepare",
66
"format": "npm run format:code && npm run format:other",
67
"format:code": "npm run lint -- --fix",
68
"format:other": "npm run prettier -- --write",
0 commit comments