mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
Merge branch 'main' into develop
This commit is contained in:
@@ -152,6 +152,7 @@ jobs:
|
||||
- name: Build JS
|
||||
run: |
|
||||
npm install
|
||||
npm run prod --workspace=v1 --verbose
|
||||
npm run build --workspace=v3 --verbose
|
||||
npm update
|
||||
- name: Cleanup changelog
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
},
|
||||
"workspaces": [
|
||||
"resources/assets/v1",
|
||||
"resources/assets/v3"
|
||||
],
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user