Skip to content

Commit 5ad2608

Browse files
fix precompile-check "yalc add" command
1 parent db2bd13 commit 5ad2608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precompile-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: yalc publish for react-on-rails
114114
run: cd packages/react-on-rails && yalc publish
115115
- name: yalc add react-on-rails
116-
run: cd react_on_rails/spec/dummy && yalc add react-on-rails
116+
run: cd react_on_rails/spec/dummy && yalc add --link react-on-rails
117117
- name: Install Node modules with pnpm for dummy app
118118
# --ignore-workspace prevents pnpm from treating this as part of the parent workspace
119119
# The dummy app doesn't have a pnpm-lock.yaml

0 commit comments

Comments
 (0)