We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55af58e commit 34e9716Copy full SHA for 34e9716
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}-${{ steps.node.outputs.version }}
41
42
- name: Build front
43
- - run: |
+ run: |
44
npm install -g yarn
45
yarn && yarn build
46
0 commit comments