Skip to content

Commit e002712

Browse files
David Martínez RosDavid Martínez Ros
authored andcommitted
add the runs of dev and prod
1 parent d907abc commit e002712

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

run_ng_dev.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ng build --dev --env=dev

run_ng_prod.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ng build --base-href http://davidmartinezros.com/Angular2/component-tree-project/ --prod --env=prod

0 commit comments

Comments
 (0)