File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/solid-number-flow Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments