mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 10:14:58 -06:00
Build JS in one go.
This commit is contained in:
parent
7d42c4ee5d
commit
54b2d02f63
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
|
||||||
|
Loading…
Reference in New Issue
Block a user