Skip to content

Instantly share code, notes, and snippets.

@grabbou
Created September 29, 2015 20:23
Show Gist options
  • Save grabbou/37d2f31ed09b1825f08e to your computer and use it in GitHub Desktop.
Save grabbou/37d2f31ed09b1825f08e to your computer and use it in GitHub Desktop.
#!/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