Skip to content

Commit

Permalink
chore: do not pluralize the "color" webpack cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski committed Feb 18, 2021
1 parent 9c784a4 commit 8d3738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:js:dist:prod": "webpack --env build && cp dist/Drift.min.js dist/Drift.js",
"build:js:lib:commonjs": "cross-env BABEL_ENV=commonjs babel src/js --out-dir lib --source-maps",
"build:js:lib:es": "cross-env BABEL_ENV=es babel src/js --out-dir es --source-maps",
"build:watch": "webpack --progress --colors --watch --env dev",
"build:watch": "webpack --progress --color --watch --env dev",
"clean": "rimraf lib es dist",
"dev": "npm run build:watch",
"format:check": "prettier --list-different \"{src,test}/**/*.js\"",
Expand Down

0 comments on commit 8d3738b

Please sign in to comment.