mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Build JS in one go.
This commit is contained in:
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -113,20 +113,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
FIREFLY_III_ROOT: /github/workspace
|
FIREFLY_III_ROOT: /github/workspace
|
||||||
GH_TOKEN: ''
|
GH_TOKEN: ''
|
||||||
- name: Build new JS
|
- name: Build JS
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm update
|
npm update
|
||||||
npm run build
|
npm run prod --workspace=v1
|
||||||
- name: Build old JS
|
npm run build --workspace=v2
|
||||||
id: old-js
|
|
||||||
uses: JC5/firefly-iii-dev@v37
|
|
||||||
with:
|
|
||||||
action: 'ff3:old-js'
|
|
||||||
output: ''
|
|
||||||
env:
|
|
||||||
FIREFLY_III_ROOT: /github/workspace
|
|
||||||
GH_TOKEN: ''
|
|
||||||
- name: Run CI
|
- name: Run CI
|
||||||
run: |
|
run: |
|
||||||
rm -rf vendor composer.lock
|
rm -rf vendor composer.lock
|
||||||
|
Reference in New Issue
Block a user