Skip to content

Commit

Permalink
IC- Switch frontend build to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Apr 1, 2024
1 parent b5eb51c commit 6dca2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
node-version: '18.x'

- name: Install dependencies
run: cd frontend && npm install
run: cd frontend && yarn install

- name: Build project
run: cd frontend && npm run build
run: cd frontend && yarn build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 6dca2c0

Please sign in to comment.