mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix assets compile error on new image build
This commit is contained in:
parent
59ab936910
commit
796655f044
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ background() {
|
|||
cd /srv/philomena/assets
|
||||
npm install
|
||||
# why is javascript so terrible
|
||||
chown -R $(id -un):$(id -gn) node_modules
|
||||
node_modules/.bin/webpack
|
||||
)
|
||||
|
||||
# Always install mix dependencies
|
||||
|
|
Loading…
Reference in a new issue