Created
September 29, 2015 20:23
-
-
Save grabbou/37d2f31ed09b1825f08e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd web | |
mkdir -p ./node_modules/@este | |
( | |
cd ./node_modules/@este | |
rm -rf ./common | |
ln -s ../../../common ./common | |
cd ./common | |
npm install | |
) | |
npm install | |
echo "Building app" | |
npm run build | |
echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment