Skip to content

Commit 16c2691

Browse files
2 parents dd128f0 + ad03a30 commit 16c2691

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
cp /home/runner/work/App/App/deps/libLCE/em-build/*.js /home/runner/work/App/App/src/wasm
5757
5858
- name: Install dependencies
59-
run: npm ci
59+
run: |
60+
npm ci
61+
npm install @team-lodestone/lodestone-ui
6062
6163
- name: Build
6264
run: npm run build

0 commit comments

Comments
 (0)