Skip to content

Commit 5152cf8

Browse files
committed
fix: update publint commands
1 parent fedefc7 commit 5152cf8

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
[
2222
"build",
2323
"lint",
24+
"publint",
2425
"test"
2526
]

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"dev": "pnpm --filter @example/changesets run start",
99
"format": "bsh format",
1010
"lint": "pnpm -r run lint",
11+
"publint": "pnpm -r run publint",
1112
"test": "pnpm --color -r run test",
1213
"pretest": "pnpm run build"
1314
},
1415
"devDependencies": {
15-
"@bomb.sh/tools": "https://pkg.pr.new/@bomb.sh/tools@175116f",
16+
"@bomb.sh/tools": "https://pkg.pr.new/@bomb.sh/tools@400d677",
1617
"@changesets/cli": "^2.29.5",
1718
"@types/node": "^20.19.39",
1819
"jsr": "^0.13.4",

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"build": "bsh build",
5555
"prepack": "pnpm build",
5656
"test": "bsh test",
57-
"lint": "bsh lint"
57+
"lint": "bsh lint",
58+
"publint": "pnpm build && bsh publint"
5859
},
5960
"dependencies": {
6061
"fast-wrap-ansi": "^0.2.0",

packages/prompts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"build": "bsh build",
5555
"prepack": "pnpm build",
5656
"test": "bsh test",
57-
"lint": "bsh lint"
57+
"lint": "bsh lint",
58+
"publint": "pnpm build && bsh publint"
5859
},
5960
"dependencies": {
6061
"@clack/core": "workspace:*",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)