Skip to content

Commit

Permalink
correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Nov 5, 2023
1 parent c3eaf65 commit 7caf73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# build dist folder for RPC
- run: cd rpc && npm ci
- run: cdc rpc && npm run build
- run: cd rpc && npm run build

# NOTE: doesn't work if `git add dist --force` is removed
- run: git add dist rpc/dist --force
Expand Down

0 comments on commit 7caf73f

Please sign in to comment.