Skip to content

Commit

Permalink
Merge pull request #64 from DFE-Digital/bug/deploy-npm-build
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
madeviv authored Jul 1, 2021
2 parents 05735cf + d334543 commit 909fd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: '14.x'
- name: Build Frontend
run: cd ApplyToBecomeInternal/ApplyToBecomeInternal/wwwroot; npm install; npm run build
run: cd ApplyToBecomeInternal/ApplyToBecomeInternal/wwwroot; npm install; npm run build:assets; npm run build:frontend
- name: Install CloudFoundry CLI
shell: bash
id: install-cf-cli
Expand Down

0 comments on commit 909fd22

Please sign in to comment.