[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.

chore(ci): remove biome ci

Nate Moore (Dec 14, 2024, 10:44 AM -0600) 31f41b79 f9f139de

+2 -3
+1 -1
.github/workflows/format.yml
··· 23 23 - name: Install dependencies 24 24 run: pnpm install 25 25 - name: Format code 26 - run: pnpm run ci:format 26 + run: pnpm run format 27 27 - name: Commit changes 28 28 uses: stefanzweifel/git-auto-commit-action@v5 29 29 with:
+1 -2
package.json
··· 12 12 "type-check": "biome lint && tsc", 13 13 "test": "pnpm -r run test", 14 14 "ci:version": "changeset version && pnpm install --no-frozen-lockfile", 15 - "ci:publish": "changeset publish", 16 - "ci:format": "biome ci" 15 + "ci:publish": "changeset publish" 17 16 }, 18 17 "devDependencies": { 19 18 "@biomejs/biome": "1.9.4",