Skip to content

Commit

Permalink
npm ciのworkspace設定部分を変更しました
Browse files Browse the repository at this point in the history
  • Loading branch information
AsukaNamiki committed Apr 21, 2024
1 parent 3705a83 commit a28ec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version: "20.x"

- name: Setup dependencies
run: npm ci --workspace "src/backend"
run: npm ci -w src/backend
working-directory: src/backend

- name: Build
Expand Down

0 comments on commit a28ec10

Please sign in to comment.