We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98cd3f commit 7f7fe2dCopy full SHA for 7f7fe2d
2 files changed
package.json
@@ -14,7 +14,7 @@
14
"lint": "bun run --filter '*' lint",
15
"lint:fix": "bun run --filter '*' lint:fix",
16
"check": "bun run --filter '*' check",
17
- "publish-ci": "bun run --filter solid-number-flow publish-ci"
+ "publish-ci": "bun run lint && bun run build && changeset publish"
18
},
19
"workspaces": {
20
"packages": [
packages/solid-number-flow/package.json
@@ -85,8 +85,7 @@
85
"lint": "biome check .",
86
"lint:fix": "biome check --write .",
87
"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"
+ "ci": "bun run lint && bun run build"
90
91
"sideEffects": false,
92
"type": "module",
0 commit comments