Skip to content

Commit

Permalink
Fix CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 9, 2023
1 parent ece088e commit d550729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
- name: setup workspace
run: cp ci.package.json package.json
run: cp .github/scripts/ci.package.json package.json
- run: yarn
- name: codegen
run: yarn codegen
Expand Down

0 comments on commit d550729

Please sign in to comment.