Skip to content

Commit 12cc54b

Browse files
committed
update workflow steps
1 parent 716d702 commit 12cc54b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ jobs:
3030
- name: Set ELM_HOME
3131
run: echo "ELM_HOME=${GITHUB_WORKSPACE}/.elm" >> $GITHUB_ENV
3232

33-
- name: Load additional branches
33+
- name: Fetch additional LiaScript branches
3434
run: |
3535
cd LiaScript
3636
git fetch origin feat/fullPage:refs/heads/feat/fullPage feat/capacitor8:refs/heads/feat/capacitor8
37+
38+
- name: Build LiaScript prebuild and apply Elm patches
39+
run: |
40+
cd LiaScript
3741
npm install
3842
npm run prebuild
39-
make -C patches/elm-patch ELM_HOME=${ELM_HOME} || true
43+
make -C patches/elm-patch ELM_HOME=${ELM_HOME} || echo "Patches already applied or skipped"
4044
rm -rf elm-stuff .parcel-cache
4145
4246
- name: Build and prepare for publish

0 commit comments

Comments
 (0)