Skip to content

Commit b5045c4

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 37326e6 commit b5045c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
## End multi-container
4444

4545
steps:
46+
- script: |
47+
npm install
48+
npm run build:frontend
49+
npm run build:backend:ci
50+
displayName: 'npm build'
4651
- script: |
4752
sudo snap install --classic heroku
4853
heroku login

0 commit comments

Comments
 (0)