Skip to content

Commit 4438348

Browse files
committed
Update lib
1 parent dc18f99 commit 4438348

File tree

10 files changed

+190
-101
lines changed

10 files changed

+190
-101
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"changes": { "bindings/devup-ui-wasm/package.json": "Patch" },
3+
"note": "Update lib",
4+
"date": "2025-12-01T10:09:41.057039800Z"
5+
}

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ jobs:
8585
echo 'merge_derives = true' >> .rustfmt.toml
8686
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
8787
cargo fmt
88+
- run: pnpm test
89+
- name: Format Rollback
90+
run: |
8891
rm -rf .rustfmt.toml
8992
cargo fmt
90-
- run: pnpm test
9193
- name: Build Landing
9294
run: |
9395
pnpm -F components build-storybook

0 commit comments

Comments
 (0)