Skip to content

Commit 44b6657

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ steps:
1515
versionSpec: '10.x'
1616
displayName: 'Install Node.js'
1717

18-
- script: |
19-
npm install -g @angular/cli
20-
npm install
21-
npm run build:lib
22-
npm run build:app
23-
displayName: 'npm install and build'
18+
- script: npm install
19+
displayName: 'npm install'
20+
21+
- script: npm run build:lib
22+
displayName: 'build library'
23+
24+
- script: npm run build:app
25+
displayName: 'build app'

0 commit comments

Comments
 (0)