Skip to content

Commit

Permalink
Update forms-flow-web-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Nov 9, 2023
1 parent f8407ce commit 0463f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14.17.6'
- run: npm install
- run: npm ci
working-directory: ./forms-flow-web
- run: npm run build
working-directory: ./forms-flow-web
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
env:
BUCKET: ${{ secrets.BUCKET}}
VERSION: ${{ env.VERSION }}
working-directory: ./forms-flow-web/scripts
working-directory: ./forms-flow-web/scripts

0 comments on commit 0463f32

Please sign in to comment.