Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 5d260a4

Browse files
committed
neu update'd for client library
1 parent 729bb9f commit 5d260a4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install NeutralinoJS
2525
run: pnpm add -g @neutralinojs/neu@latest
2626

27+
- name: General Client Library
28+
run: neu update
29+
2730
- name: Compile app
2831
run: neu build --release
2932

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install NeutralinoJS
3838
run: pnpm add -g @neutralinojs/neu@latest
3939

40+
- name: General Client Library
41+
run: neu update
42+
4043
- name: Compile app
4144
run: neu build --release
4245

0 commit comments

Comments
 (0)