Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #142 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: refactoring
  • Loading branch information
hlafaille authored Jan 1, 2025
2 parents 5c9e83b + 190d1d3 commit 0f327c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
${{ runner.os }}-node-
- name: Navigate and Install Dependencies
run: cd src/main/svelte && npm i
run: npm i

- name: Build Distributable
run: npm run build -- --mode develop
Expand All @@ -79,8 +79,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: frontend
path: |
src/main/svelte/build
path: build

###
### PUBLISH PACKAGES
Expand Down

0 comments on commit 0f327c8

Please sign in to comment.