Skip to content

Commit

Permalink
TASK: Remove invalid colors option from webpack watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Apr 11, 2024
1 parent e4c9ae9 commit ac0cc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GNU GPLv3",
"scripts": {
"build": "yarn build:js && yarn build:styles",
"build-watch": "yarn build --progress --colors --watch",
"build-watch": "yarn build --progress --watch",
"build:production": "yarn build:js:prod && yarn build:styles:prod",
"build:js": "webpack --mode development --config=webpack.js.config.js",
"build:styles": "webpack --mode development --config=webpack.styles.config.js",
Expand Down

0 comments on commit ac0cc34

Please sign in to comment.