Skip to content

Commit 7f7fe2d

Browse files
committed
chore: fixed publish.
1 parent e98cd3f commit 7f7fe2d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "bun run --filter '*' lint",
1515
"lint:fix": "bun run --filter '*' lint:fix",
1616
"check": "bun run --filter '*' check",
17-
"publish-ci": "bun run --filter solid-number-flow publish-ci"
17+
"publish-ci": "bun run lint && bun run build && changeset publish"
1818
},
1919
"workspaces": {
2020
"packages": [

packages/solid-number-flow/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
"lint": "biome check .",
8686
"lint:fix": "biome check --write .",
8787
"update-deps": "bunx npm-check-updates --format group --interactive",
88-
"ci": "bun run lint && bun run build",
89-
"publish-ci": "bun run lint && bun run build && changeset publish"
88+
"ci": "bun run lint && bun run build"
9089
},
9190
"sideEffects": false,
9291
"type": "module",

0 commit comments

Comments
 (0)