Created
October 9, 2018 20:51
-
-
Save claudiokc/2356ce9fcb4ad1c52366f27035bb6faa 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
cd one-ui | |
git pull .. | |
# VERSIONES tienen que coincidir package.json | |
[liu-onecampus-frontend]angular/package.json | |
[one-ui]projects/package.json | |
npm run package:one-ui-lib | |
[liu-onecampus-frontend]angular/$ npm install | |
[liu-onecampus-frontend]angular/$ ng build //--configuration=qa staging //--prod | |
[liu-onecampus-frontend]$ npm install | |
[liu-onecampus-frontend]$ npm run build | |
[liu-onecampus-frontend]$ dev_appserver.py . | |
# crear SESSION con el LOGIN | |
# si hay cambios en angular6 se puede hacer ng serve para ver los cambios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment