|
@@ -403,7 +403,7 @@ jobs:
|
|
|
uses: cypress-io/github-action@v2
|
|
uses: cypress-io/github-action@v2
|
|
|
with:
|
|
with:
|
|
|
working-directory: ./packages/app
|
|
working-directory: ./packages/app
|
|
|
- install-command: yarn lerna bootstrap
|
|
|
|
|
|
|
+ install-command: npx lerna bootstrap -- --frozen-lockfile
|
|
|
build: |
|
|
build: |
|
|
|
cp config/ci/.env.local.for-ci .env.production.local
|
|
cp config/ci/.env.local.for-ci .env.production.local
|
|
|
start: yarn server
|
|
start: yarn server
|