Skip to content

Commit 41d6d53

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

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
@@ -41,10 +41,10 @@
4141
"lint": "standard --parser babel-eslint",
4242
"lint:fix": "standard --parser babel-eslint --fix",
4343
"start": "webpack-dev-server -d --inline --hot",
44-
"dist": "webpack -p --config webpack.production.config.js",
44+
"build": "webpack -p --config webpack.production.config.js",
4545
"test": "jest",
46-
"test:pub": "npm run dist && npm pack",
47-
"pub": "npm run dist && npm publish",
46+
"test:pub": "npm run build && npm pack",
47+
"pub": "npm run build && npm publish",
4848
"changelog": "changelog-maker"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)