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:
|
||||
- uses: actions/checkout@v3
|
||||
- run: corepack enable
|
||||
- run: yarn set version berry
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
|
||||
|
@ -49,7 +48,6 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn dlx cross-env
|
||||
yarn --network-timeout 600000
|
||||
yarn build
|
||||
|
|
Loading…
Reference in a new issue