Skip to content

Commit

Permalink
fix: workflows 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seungw0o committed Feb 3, 2025
1 parent 1b2e2ce commit caa26e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/admin-node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: 'yarn'

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable --no-immutable-cache

- name: Build Admin Service
run: yarn workspace @service/admin build

0 comments on commit caa26e5

Please sign in to comment.