We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e1d4a commit 44b6657Copy full SHA for 44b6657
azure-pipelines.yml
@@ -15,9 +15,11 @@ steps:
15
versionSpec: '10.x'
16
displayName: 'Install Node.js'
17
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'
+- script: npm install
+ displayName: 'npm install'
+
+- script: npm run build:lib
+ displayName: 'build library'
24
+- script: npm run build:app
25
+ displayName: 'build app'
0 commit comments