Skip to content

Commit 6454355

Browse files
committed
(env): rename 'dist' script to 'build'
- 'build' is a lot more intuitive and matches other usage
1 parent c784a6f commit 6454355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"lint": "standard --parser babel-eslint",
3939
"lint:fix": "standard --parser babel-eslint --fix",
4040
"start": "webpack-dev-server -d --inline --hot",
41-
"dist": "webpack -p --config webpack.production.config.js",
41+
"build": "webpack -p --config webpack.production.config.js",
4242
"test": "jest",
43-
"test:pub": "npm run dist && npm pack",
44-
"pub": "npm run dist && npm publish",
43+
"test:pub": "npm run build && npm pack",
44+
"pub": "npm run build && npm publish",
4545
"changelog": "changelog-maker"
4646
},
4747
"peerDependencies": {

0 commit comments

Comments
 (0)