Skip to content

Commit

Permalink
[RAV] Remove scjssconfig verification, as .env is used
Browse files Browse the repository at this point in the history
  • Loading branch information
illiakovalenko committed May 17, 2022
1 parent 5a75ff9 commit 3ce391c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"e2e": "ng e2e",
"jss": "jss",
"start": "cross-env-shell JSS_MODE=disconnected \"npm-run-all --serial bootstrap --parallel start:angular start:proxy start:watch-components\"",
"start:connected": "scjss-verify-setup && npm-run-all --serial bootstrap start:angular start:watch-components",
"start:connected": "npm-run-all --serial bootstrap start:angular start:watch-components",
"build": "npm-run-all --serial bootstrap --serial build:client build:server",
"scaffold": "ng generate @sitecore-jss/sitecore-jss-angular-schematics:jss-component",
"start:angular": "ng serve -o",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"scripts": {
"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": "npm-run-all --serial bootstrap start:react start:watch-components",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"jss": "jss",
"start": "cross-env-shell JSS_MODE=disconnected \"npm-run-all --serial bootstrap --parallel start:vue start:proxy start:watch-components\"",
"start:connected": "scjss-verify-setup && npm-run-all --serial bootstrap start:vue start:watch-components",
"start:connected": "npm-run-all --serial bootstrap start:vue start:watch-components",
"build": "npm-run-all --serial bootstrap build:client build:server",
"scaffold": "node scripts/scaffold-component.js",
"start:vue": "vue-cli-service serve --open",
Expand Down

0 comments on commit 3ce391c

Please sign in to comment.