editted for script changes
This commit is contained in:
parent
44c3e382cb
commit
03e87afada
@ -11,6 +11,6 @@ pipelines:
|
|||||||
caches:
|
caches:
|
||||||
- node
|
- node
|
||||||
script: # Modify the commands below to build your repository.
|
script: # Modify the commands below to build your repository.
|
||||||
- npm install
|
- npm install --prefix ng8-seed
|
||||||
- npm install -g @angular/cli
|
- npm install -g @angular/cli --prefix ng8-seed
|
||||||
- ng build --prod
|
- ng build --prod --prefix ng8-seed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user