mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Fix CI
This commit is contained in:
parent
787946a6dd
commit
10756ff9e8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ matrix.platform }}-yarn-
|
||||
ubuntu-18.04-yarn-
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
@ -91,5 +91,6 @@ jobs:
|
|||
- name: install app dependencies
|
||||
run: yarn
|
||||
- name: Build
|
||||
working-directory: ./web
|
||||
run: |
|
||||
yarn workspace web run generate
|
||||
yarn generate
|
||||
|
|
Loading…
Reference in a new issue