WebUi #11
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -83,7 +83,12 @@ jobs:
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: frontend
|
||||
install-command: yarn install --production --prefer-offline --frozen-lockfile && yarn run generate
|
||||
install-command: yarn --production --prefer-offline --frozen-lockfile
|
||||
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: frontend
|
||||
install-command: yarn run generate
|
||||
|
||||
- name: Update Version File
|
||||
uses: arabcoders/write-version-to-file@master
|
||||
|
||||
Reference in New Issue
Block a user