Skip to content

Commit

Permalink
(env): rename 'dist' script to 'build'
Browse files Browse the repository at this point in the history
- 'build' is a lot more intuitive and matches other usage
  • Loading branch information
agilgur5 committed Jun 16, 2022
1 parent c784a6f commit 6454355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"lint": "standard --parser babel-eslint",
"lint:fix": "standard --parser babel-eslint --fix",
"start": "webpack-dev-server -d --inline --hot",
"dist": "webpack -p --config webpack.production.config.js",
"build": "webpack -p --config webpack.production.config.js",
"test": "jest",
"test:pub": "npm run dist && npm pack",
"pub": "npm run dist && npm publish",
"test:pub": "npm run build && npm pack",
"pub": "npm run build && npm publish",
"changelog": "changelog-maker"
},
"peerDependencies": {
Expand Down

0 comments on commit 6454355

Please sign in to comment.