Skip to content

Commit b31c40a

Browse files
committed
NPM "postinstall" script updated.
1 parent 9fdcb7e commit b31c40a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package-lock.json

+6-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"grunt-wp-deploy": "^2.1.2"
3737
},
3838
"scripts": {
39-
"postinstall": "composer install && npm run build",
39+
"postinstall": "composer install --no-autoloader && composer dumpautoload -o && composer install && npm run build",
4040
"build": "grunt build",
4141
"release": "grunt release",
4242
"deploy": "grunt deploy",

0 commit comments

Comments
 (0)