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 2c74d7d commit f739a13Copy full SHA for f739a13
package.json
@@ -79,9 +79,10 @@
79
"test:unit:watch": "MOCK_FETCH=true jest ./tests/unit --watch",
80
"test:integration": "jest ./tests/integration/",
81
"test:integration:watch": "jest ./tests/integration/ --watch",
82
+ "build": "npm run build:dist && npm run build:lib",
83
"build:dist": "webpack --mode production",
84
"build:lib": "NODE_ENV=production babel src --out-dir lib",
- "prepublish": "in-publish && npm run build:dist && npm run build:lib || not-in-publish",
85
+ "prepublish": "in-publish && npm run build || not-in-publish",
86
"lint": "standard ./src",
87
"semantic-release": "semantic-release",
88
"server": "node ./tests/integration/mockServer.js",
0 commit comments