Fix build
This commit is contained in:
parent
c8d2236ae7
commit
89185f4288
6
.github/workflows/node.js.yml
vendored
6
.github/workflows/node.js.yml
vendored
@ -19,8 +19,12 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: 'yarn'
|
||||
- name: 🔨 Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: 🔨 Build app
|
||||
run: yarn install --frozen-lockfile
|
||||
run: yarn build --mode staging
|
||||
|
||||
- name: 🚀 Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user