fix: building error and use yarn
This commit is contained in:
4
.github/workflows/action-release.yaml
vendored
4
.github/workflows/action-release.yaml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
|
||||
- name: Build the app
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
yarn install
|
||||
yarn build
|
||||
shell: bash
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user