Skip to content

Commit a9e1d4a

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent a33cf06 commit a9e1d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ steps:
1818
- script: |
1919
npm install -g @angular/cli
2020
npm install
21-
ng build --prod
21+
npm run build:lib
22+
npm run build:app
2223
displayName: 'npm install and build'

0 commit comments

Comments
 (0)