Skip to content

Commit

Permalink
Update pwa-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe authored Nov 26, 2024
1 parent 4ee40c9 commit 5e827c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pwa-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: S3 - PWA Deployment
name: DEV - PWA Build and Deploy to S3

on: [push]
jobs:
Expand All @@ -20,8 +20,10 @@ jobs:
fi
echo '${{ secrets.ENV }}' > .env
ls -ltra
yarn install
# yarn install
# npm install
yarn build
npm run build
ls -ltra
- name: Show PWD
run: |
Expand Down

0 comments on commit 5e827c2

Please sign in to comment.