mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Merge install and build together
This commit is contained in:
8
.github/actions/build/action.yml
vendored
8
.github/actions/build/action.yml
vendored
@@ -22,15 +22,11 @@ runs:
|
|||||||
node-version: 15
|
node-version: 15
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: install dependencies
|
- name: Install Dependencies and Build
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
run: yarn install
|
|
||||||
|
|
||||||
- name: build
|
|
||||||
env:
|
env:
|
||||||
BUILD_FOLDER: ${{ inputs.folder }}
|
BUILD_FOLDER: ${{ inputs.folder }}
|
||||||
BASE: ${{ inputs.base }}
|
BASE: ${{ inputs.base }}
|
||||||
shell: bash -l {0}
|
|
||||||
run: |
|
run: |
|
||||||
cd "$BUILD_FOLDER"
|
yarn install
|
||||||
yarn build --base "$BASE"
|
yarn build --base "$BASE"
|
||||||
|
|||||||
Reference in New Issue
Block a user