Skip to content

Commit 55b0c4d

Browse files
authored
Merge pull request #502 from dev-five-git/fix-coverage
Update lib
2 parents dc18f99 + 8be0958 commit 55b0c4d

File tree

21 files changed

+1984
-1626
lines changed

21 files changed

+1984
-1626
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": {
3+
"packages/next-plugin/package.json": "Patch",
4+
"packages/eslint-plugin/package.json": "Patch",
5+
"packages/components/package.json": "Patch",
6+
"bindings/devup-ui-wasm/package.json": "Patch"
7+
},
8+
"note": "Update lib",
9+
"date": "2025-12-01T10:23:27.926765300Z"
10+
}

.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)