Skip to content

Commit

Permalink
fix: npm => yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Oct 8, 2024
1 parent 2c0e613 commit 5ddfc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
node-version: '16'

- name: Install dependencies
run: npm install
run: yarn install

- name: Build frontend
run: npm run build
run: yarn build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 5ddfc7f

Please sign in to comment.