Skip to content

Commit f579c82

Browse files
committed
fix: FE build
1 parent 73a7e27 commit f579c82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
with:
1717
project-name: ${{ needs.metadata.outputs.project-name}}
1818
project-path: ${{ needs.metadata.outputs.project-path }}
19+
npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
20+
npm-enabled: true
1921
umbraco-version: 14

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
project-name: ${{ needs.metadata.outputs.project-name}}
2121
project-path: ${{ needs.metadata.outputs.project-path }}
22+
npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
23+
npm-enabled: true
2224
umbraco-version: 14
2325
- name: Release
2426
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main

0 commit comments

Comments
 (0)