-
-
Save samlinux/1a89158f52736a557e24ba4908d50436 to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
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 | |
# make a production build | |
ng build | |
# remove old builds | |
rm ../backend/dist/* | |
# copy the builded application to its destination | |
cp dist/frontend/* ../backend/dist/ | |
# set some execution rights | |
chmod 755 build.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment