You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
294 B
8 lines
294 B
#!/bin/bash |
|
|
|
# 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 |
|
sudo rsync -a dist/* /var/www/etc2pool/ --delete
|
|
|