Skip to content

Commit d8fba72

Browse files
yalc publish node renderer package before running rorp dummy app
1 parent 6e039ca commit d8fba72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/spec/dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"test": "yarn run build:test && yarn run lint && rspec",
9797
"lint": "cd ../.. && nps lint",
9898
"preinstall": "yarn run link-source && yalc add --link react-on-rails-pro && cd .yalc/react-on-rails-pro && yalc add --link react-on-rails && cd ../.. && yalc add --link @shakacode-tools/react-on-rails-pro-node-renderer",
99-
"link-source": "cd ../../.. && yarn && yarn run yalc:publish",
99+
"link-source": "cd ../../.. && yarn && yarn run yalc:publish && cd react_on_rails_pro && yarn && yalc publish",
100100
"postinstall": "test -f post-yarn-install.local && ./post-yarn-install.local || true",
101101
"build:test": "rm -rf public/webpack/test && rm -rf ssr-generated && RAILS_ENV=test NODE_ENV=test bin/shakapacker",
102102
"build:dev": "rm -rf public/webpack/development && rm -rf ssr-generated && RAILS_ENV=development NODE_ENV=development bin/shakapacker",

0 commit comments

Comments
 (0)