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 e48e547 commit 41d6d53Copy full SHA for 41d6d53
package.json
@@ -41,10 +41,10 @@
41
"lint": "standard --parser babel-eslint",
42
"lint:fix": "standard --parser babel-eslint --fix",
43
"start": "webpack-dev-server -d --inline --hot",
44
- "dist": "webpack -p --config webpack.production.config.js",
+ "build": "webpack -p --config webpack.production.config.js",
45
"test": "jest",
46
- "test:pub": "npm run dist && npm pack",
47
- "pub": "npm run dist && npm publish",
+ "test:pub": "npm run build && npm pack",
+ "pub": "npm run build && npm publish",
48
"changelog": "changelog-maker"
49
},
50
"peerDependencies": {
0 commit comments