Skip to content

Commit

Permalink
NPM "postinstall" script updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jan 5, 2021
1 parent 06d37b6 commit ef868bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"grunt-wp-deploy": "^2.1.2"
},
"scripts": {
"postinstall": "composer install && npm run build",
"postinstall": "composer install --no-autoloader && composer dumpautoload -o && composer install && npm run build",
"build": "grunt build",
"release": "grunt release",
"deploy": "grunt deploy",
Expand Down

0 comments on commit ef868bb

Please sign in to comment.