Skip to content

Commit

Permalink
chore: point playground to commercetools vercel team
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Mar 17, 2022
1 parent f8bfa44 commit 90d5a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions playground/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLOUD_IDENTIFIER="gcp-eu"
APP_URL="https://app-kit-playground-commercetools-playground.vercel.app"
ECHO_SERVER_URL="https://app-kit-playground-commercetools-playground.vercel.app/api/echo"
APP_URL="https://app-kit-playground.vercel.app"
ECHO_SERVER_URL="https://app-kit-playground.vercel.app/api/echo"
HOST_GCP_STAGING=""
ENABLE_NEW_JSX_TRANSFORM="true"
FAST_REFRESH="true"
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile-html:local": "MC_APP_ENV=development mc-scripts compile-html --transformer @commercetools-frontend/mc-dev-authentication/transformer-local.js",
"start:prod:local": "yarn compile-html:local && mc-scripts serve",
"extract-intl": "formatjs extract --format=./intl-formatter.js --out-file=./src/i18n/data/core.json 'src/**/!(*.spec).js'",
"deploy": "vercel --scope=commercetools-playground --confirm --no-clipboard"
"deploy": "vercel --scope=commercetools --confirm --no-clipboard"
},
"dependencies": {
"@commercetools-docs/ui-kit": "18.4.0",
Expand Down

1 comment on commit 90d5a23

@vercel
Copy link

@vercel vercel bot commented on 90d5a23 Mar 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.