wip
This commit is contained in:
parent
0c990ba276
commit
7c2e4eb3e3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn set version berry
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
|
||||||
|
@ -49,7 +48,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn set version berry
|
|
||||||
yarn dlx cross-env
|
yarn dlx cross-env
|
||||||
yarn --network-timeout 600000
|
yarn --network-timeout 600000
|
||||||
yarn build
|
yarn build
|
||||||
|
|
Loading…
Reference in a new issue