mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Update go.yml
This commit is contained in:
parent
49c962778e
commit
c598f575e8
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
run: npm install --global yarn
|
||||||
|
|
||||||
- name: Build React
|
- name: Build React
|
||||||
run: |
|
run: |
|
||||||
cd net/web
|
cd net/web
|
||||||
npm install yarn
|
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user