Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Add dump autoload to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-d committed Feb 24, 2019
1 parent 5121170 commit 6c461da
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 @@ -37,7 +37,7 @@
"scripts": {
"precommit": "eslint assets/dev/scripts/*.js && stylelint \"assets/dev/styles/**/*.scss\" --syntax scss && ./vendor/bin/phpcs --ignore=*/vendor/*,*/node_modules/* .",
"start": "NODE_ENV=development webpack --progress --watch --display-error-details --display-modules --display-reasons --mode development",
"build": "NODE_ENV=production webpack -p --progress --mode production"
"build": "composer dump-autoload && NODE_ENV=production webpack -p --progress --mode production"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c461da

Please sign in to comment.