Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/GH-7940
Browse files Browse the repository at this point in the history
  • Loading branch information
dunqan committed Aug 11, 2020
2 parents ad42d19 + ee00638 commit 4de4f4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"build": "ng build storefrontapp --prod",
"build:assets": "yarn --cwd ./projects/assets build",
"build:core:lib": "ng build core --prod && ng build storefrontlib --prod && yarn build:myaccount && yarn build:product && yarn build:assets && yarn build:incubator && yarn build:cdc",
"build:libs": "ng build core --prod && ng build storefrontlib --prod && yarn build:myaccount && yarn build:product && yarn build:assets && yarn build:incubator && yarn build:cdc && yarn build:cds:lib",
"build:core:lib": "echo Deprecated command! Use `yarn build:libs` instead. && yarn build:libs",
"build:incubator": "ng build incubator --prod",
"e2e:cy:open": "yarn --cwd ./projects/storefrontapp-e2e-cypress run cy:open",
"e2e:cy:run": "yarn --cwd ./projects/storefrontapp-e2e-cypress run cy:run",
Expand Down Expand Up @@ -71,7 +72,7 @@
"publish:docs": "gh-pages -d documentation -m \"Compodocs updates\"",
"build:cds": "cross-env SPARTACUS_CDS=true ng build storefrontapp --prod",
"build:cds:lib": "ng build cds --prod",
"build:core:lib:cds": "yarn build:core:lib && yarn build:cds:lib",
"build:core:lib:cds": "echo Deprecated command! Use `yarn build:libs` instead. && yarn build:libs",
"e2e:cy:cds:run:vendor": "yarn --cwd ./projects/storefrontapp-e2e-cypress run cy:cds:run:vendor",
"e2e:cy:cds:start-open": "start-server-and-test start:cds:ci:1905 http-get://localhost:4200 e2e:cy:open",
"e2e:cy:cds:start-run": "start-server-and-test start:cds:ci:1905 http-get://localhost:4200 e2e:cy:run",
Expand Down

0 comments on commit 4de4f4f

Please sign in to comment.