We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c784a6f commit 6454355Copy full SHA for 6454355
package.json
@@ -38,10 +38,10 @@
38
"lint": "standard --parser babel-eslint",
39
"lint:fix": "standard --parser babel-eslint --fix",
40
"start": "webpack-dev-server -d --inline --hot",
41
- "dist": "webpack -p --config webpack.production.config.js",
+ "build": "webpack -p --config webpack.production.config.js",
42
"test": "jest",
43
- "test:pub": "npm run dist && npm pack",
44
- "pub": "npm run dist && npm publish",
+ "test:pub": "npm run build && npm pack",
+ "pub": "npm run build && npm publish",
45
"changelog": "changelog-maker"
46
},
47
"peerDependencies": {
0 commit comments