Skip to content

Commit

Permalink
fix(cms): fix build script for cms
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Jan 5, 2021
1 parent 2d5bf4b commit 41ee42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prettier": "prettier --write './**/*.{js,json,ts,tsx,css}'",
"dev:css": "cross-env NODE_ENV=development yarn build:css",
"dev": "webpack --config=node_modules/laravel-mix/setup/webpack.config.js --watch",
"build": "cross-env NODE_ENV=production webpack --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"build": "cross-env NODE_ENV=production webpack --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
Expand Down

0 comments on commit 41ee42a

Please sign in to comment.