|
33 | 33 | "test:e2e:playground": "cypress run --spec 'cypress/integration/playground/**/*.ts'", |
34 | 34 | "test:e2e:template-starter": "cypress run --spec 'cypress/integration/template-starter/**/*.ts'", |
35 | 35 | "vrt:components": "percy exec -- yarn test:visual", |
36 | | - "playground:build": "yarn workspace playground build", |
37 | | - "playground:start": "yarn workspace playground start", |
38 | | - "playground:start:prod:local": "yarn workspace playground start:prod:local", |
| 36 | + "playground:build": "yarn workspace @commercetools-local/playground build", |
| 37 | + "playground:start": "yarn workspace @commercetools-local/playground start", |
| 38 | + "playground:start:prod:local": "yarn workspace @commercetools-local/playground start:prod:local", |
39 | 39 | "visual-testing-app:start": "yarn workspace @commercetools-local/visual-testing-app start", |
40 | 40 | "visual-testing-app:build": "yarn workspace @commercetools-local/visual-testing-app build", |
41 | 41 | "visual-testing-app:preview": "yarn workspace @commercetools-local/visual-testing-app preview", |
42 | | - "template-starter:build": "yarn workspace merchant-center-application-template-starter build", |
43 | | - "template-starter:start": "yarn workspace merchant-center-application-template-starter start", |
44 | | - "template-starter:start:prod:local": "yarn workspace merchant-center-application-template-starter start:prod:local", |
45 | | - "template-starter-typescript:build": "yarn workspace merchant-center-application-template-starter-typescript build", |
46 | | - "template-starter-typescript:start": "yarn workspace merchant-center-application-template-starter-typescript start", |
47 | | - "template-starter-typescript:start:prod:local": "yarn workspace merchant-center-application-template-starter-typescript start:prod:local", |
| 42 | + "template-starter:build": "yarn workspace @commercetools-applications/merchant-center-template-starter build", |
| 43 | + "template-starter:start": "yarn workspace @commercetools-applications/merchant-center-template-starter start", |
| 44 | + "template-starter:start:prod:local": "yarn workspace @commercetools-applications/merchant-center-template-starter start:prod:local", |
| 45 | + "template-starter-typescript:build": "yarn workspace @commercetools-applications/merchant-center-template-starter-typescript build", |
| 46 | + "template-starter-typescript:start": "yarn workspace @commercetools-applications/merchant-center-template-starter-typescript start", |
| 47 | + "template-starter-typescript:start:prod:local": "yarn workspace @commercetools-applications/merchant-center-template-starter-typescript start:prod:local", |
48 | 48 | "build": "./scripts/build_packages.sh", |
49 | 49 | "build:watch": "yarn build --watch", |
50 | 50 | "build:website": "./scripts/build_website.sh", |
|
0 commit comments