Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

493396 [maintenance] [react] Remove obsolete poc code from sample #784

Merged
merged 1 commit into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 0 additions & 3 deletions samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
"jss": "jss",
"start": "cross-env-shell JSS_MODE=disconnected \"npm-run-all --serial bootstrap --parallel start:react start:proxy start:watch-components\"",
"start:connected": "scjss-verify-setup && npm-run-all --serial bootstrap start:react start:watch-components",
"start:connected-ssr": "scjss-verify-setup && npm-run-all --serial bootstrap --parallel start:react start:watch-components start:http-renderer-holygrail",
"start:holygrail": "scjss-verify-setup && npm-run-all --serial bootstrap --parallel start:watch-components start:http-renderer-holygrail",
"start:http-renderer-holygrail": "cross-env-shell NODE_ENV=development JSS_RENDER_ENGINE=http \"node scripts/holygrail.js\"",
"start:rendering-host": "cross-env-shell NODE_ENV=development JSS_RENDER_ENGINE=http \"node scripts/http-renderer.js\"",
"build": "npm-run-all --serial bootstrap build:client build:server",
"build:rendering-host": "npm-run-all --serial bootstrap build:client:rendering-host build:server afterbuild:rendering-host",
Expand Down
106 changes: 0 additions & 106 deletions samples/react/scripts/holygrail.js

This file was deleted.