Skip to content

Commit a9e1e01

Browse files
Update link-source script in package.json to target the correct directory for improved build process in the dummy application.
1 parent 5eb784f commit a9e1e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"scripts": {
117117
"preinstall": "yarn run link-source && yalc add --link react-on-rails",
118118
"postinstall": "test -f post-yarn-install.local && ./post-yarn-install.local || true",
119-
"link-source": "cd ../ && yarn && yalc publish",
119+
"link-source": "cd ../packages/react-on-rails && yarn && yalc publish",
120120
"test": "nps test",
121121
"prepack": "nps build.prepack",
122122
"prepare": "nps build.prepack",

0 commit comments

Comments
 (0)