Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion react_on_rails_pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"packages/node-renderer/dist"
],
"scripts": {
"preinstall": "yarn run link-source && yalc add --link react-on-rails",
"preinstall": "(test -f yarn.lock && yarn run link-source && yalc add --link react-on-rails) || true",
"postinstall": "test -f post-yarn-install.local && ./post-yarn-install.local || true",
"link-source": "cd ../packages/react-on-rails && yarn && yalc publish",
"test": "nps test",
Expand Down
Loading