Browse Source

Update build.sh

master
MiningCryptoLive 3 years ago committed by GitHub
parent
commit
dd590374ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      www/build.sh

2
www/build.sh

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
# This is dirty af but will do for now. # This is dirty af but will do for now.
cp fix/intl-format-cache/src/* node_modules/intl-format-cache/src/
cp fix/intl-format-cache/lib/* node_modules/intl-format-cache/lib/
./node_modules/.bin/ember build --environment production ./node_modules/.bin/ember build --environment production
sudo rsync -a dist/* /var/www/etc2pool/ --delete sudo rsync -a dist/* /var/www/etc2pool/ --delete

Loading…
Cancel
Save