Update go.yml

This commit is contained in:
Pierre Balzack 2022-09-01 21:17:10 -07:00 committed by GitHub
parent 49c962778e
commit c598f575e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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