We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dd92e commit babd477Copy full SHA for babd477
react_on_rails_pro/package.json
@@ -103,7 +103,7 @@
103
"packages/node-renderer/dist"
104
],
105
"scripts": {
106
- "preinstall": "(test -f yarn.lock && yarn run link-source && yalc add --link react-on-rails) || true",
+ "preinstall": "test -f yarn.lock || exit 0; yarn run link-source && yalc add --link react-on-rails",
107
"postinstall": "test -f post-yarn-install.local && ./post-yarn-install.local || true",
108
"link-source": "cd ../packages/react-on-rails && yarn && yalc publish",
109
"test": "nps test",
0 commit comments