Skip to content

Commit 5eb784f

Browse files
Update package.json to simplify link-source script by removing redundant path navigation. This change streamlines the build process for the dummy application.
1 parent ee4487a commit 5eb784f

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 && yalc add --link @shakacode-tools/react-on-rails-pro-node-renderer",
99-
"link-source": "cd ../.. && yarn && yarn run nps build && cd ../packages/react-on-rails && yalc publish",
99+
"link-source": "cd ../.. && yarn && yarn run nps build && 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)