[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

fix: update publint commands

Roman (May 6, 2026, 8:12 PM +0100) 5152cf84 fedefc7f

+12 -8
+1
.github/workflows/ci.yml
··· 21 21 [ 22 22 "build", 23 23 "lint", 24 + "publint", 24 25 "test" 25 26 ]
+2 -1
package.json
··· 8 8 "dev": "pnpm --filter @example/changesets run start", 9 9 "format": "bsh format", 10 10 "lint": "pnpm -r run lint", 11 + "publint": "pnpm -r run publint", 11 12 "test": "pnpm --color -r run test", 12 13 "pretest": "pnpm run build" 13 14 }, 14 15 "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", 16 17 "@changesets/cli": "^2.29.5", 17 18 "@types/node": "^20.19.39", 18 19 "jsr": "^0.13.4",
+2 -1
packages/core/package.json
··· 54 54 "build": "bsh build", 55 55 "prepack": "pnpm build", 56 56 "test": "bsh test", 57 - "lint": "bsh lint" 57 + "lint": "bsh lint", 58 + "publint": "pnpm build && bsh publint" 58 59 }, 59 60 "dependencies": { 60 61 "fast-wrap-ansi": "^0.2.0",
+2 -1
packages/prompts/package.json
··· 54 54 "build": "bsh build", 55 55 "prepack": "pnpm build", 56 56 "test": "bsh test", 57 - "lint": "bsh lint" 57 + "lint": "bsh lint", 58 + "publint": "pnpm build && bsh publint" 58 59 }, 59 60 "dependencies": { 60 61 "@clack/core": "workspace:*",
+5 -5
pnpm-lock.yaml
··· 9 9 .: 10 10 devDependencies: 11 11 '@bomb.sh/tools': 12 - specifier: https://pkg.pr.new/@bomb.sh/tools@175116f 13 - version: https://pkg.pr.new/@bomb.sh/tools@175116f(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@20.19.39)(jiti@2.6.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@6.0.3)(yaml@2.8.3) 12 + specifier: https://pkg.pr.new/@bomb.sh/tools@400d677 13 + version: https://pkg.pr.new/@bomb.sh/tools@400d677(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@20.19.39)(jiti@2.6.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@6.0.3)(yaml@2.8.3) 14 14 '@changesets/cli': 15 15 specifier: ^2.29.5 16 16 version: 2.29.5 ··· 113 113 '@bomb.sh/args@0.3.1': 114 114 resolution: {integrity: sha512-CwxKrfgcorUPP6KfYD59aRdBYWBTsfsxT+GmoLVnKo5Tmyoqbpo0UNcjngRMyU+6tiPbd18RuIYxhgAn44wU/Q==} 115 115 116 - '@bomb.sh/tools@https://pkg.pr.new/@bomb.sh/tools@175116f': 117 - resolution: {integrity: sha512-W8WgNHwOJ1tSEFyw2FrqkHFdvGphxo2TXFXYVPmwoztlGW+fZSKHy4Wk3DP1Q4gMk0pqYttcgjwauj5hlTbJrQ==, tarball: https://pkg.pr.new/@bomb.sh/tools@175116f} 116 + '@bomb.sh/tools@https://pkg.pr.new/@bomb.sh/tools@400d677': 117 + resolution: {integrity: sha512-jQ8tLtkVKzma5jWFuu25h7CTD1uXW9j0K306KOTljLRpgyZGX0qY0rDiI1liN/OLSjwt4+91z71OHHYn5WPksg==, tarball: https://pkg.pr.new/@bomb.sh/tools@400d677} 118 118 version: 0.4.2 119 119 hasBin: true 120 120 ··· 1984 1984 1985 1985 '@bomb.sh/args@0.3.1': {} 1986 1986 1987 - '@bomb.sh/tools@https://pkg.pr.new/@bomb.sh/tools@175116f(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@20.19.39)(jiti@2.6.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@6.0.3)(yaml@2.8.3)': 1987 + '@bomb.sh/tools@https://pkg.pr.new/@bomb.sh/tools@400d677(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@20.19.39)(jiti@2.6.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@6.0.3)(yaml@2.8.3)': 1988 1988 dependencies: 1989 1989 '@bomb.sh/args': 0.3.1 1990 1990 '@humanfs/node': 0.16.7