mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
Merge install and build together
This commit is contained in:
parent
785badae6e
commit
450789fafe
1 changed files with 2 additions and 6 deletions
8
.github/actions/build/action.yml
vendored
8
.github/actions/build/action.yml
vendored
|
@ -22,15 +22,11 @@ runs:
|
|||
node-version: 15
|
||||
cache: "yarn"
|
||||
|
||||
- name: install dependencies
|
||||
- name: Install Dependencies and Build
|
||||
shell: bash -l {0}
|
||||
run: yarn install
|
||||
|
||||
- name: build
|
||||
env:
|
||||
BUILD_FOLDER: ${{ inputs.folder }}
|
||||
BASE: ${{ inputs.base }}
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
cd "$BUILD_FOLDER"
|
||||
yarn install
|
||||
yarn build --base "$BASE"
|
||||
|
|
Loading…
Reference in a new issue