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

ci: build on prepack (#95)

authored by

hiroki osame and committed by
Nate Moore
(Mar 5, 2023, 10:12 AM -0600) 196ff628 26af3cc0

+4 -3
-1
.github/workflows/ci.yml
··· 28 28 cache: "pnpm" 29 29 - if: ${{ steps.cache-node.outputs.cache-hit != 'true' }} 30 30 run: pnpm install 31 - - run: pnpm run build 32 31 - uses: changesets/action@v1 33 32 if: ${{ github.event_name != 'pull_request' }} 34 33 with:
+2 -1
packages/core/package.json
··· 49 49 "license": "MIT", 50 50 "packageManager": "pnpm@7.6.0", 51 51 "scripts": { 52 - "build": "unbuild" 52 + "build": "unbuild", 53 + "prepack": "pnpm build" 53 54 }, 54 55 "dependencies": { 55 56 "eastasianwidth": "^0.2.0",
+2 -1
packages/prompts/package.json
··· 49 49 ], 50 50 "packageManager": "pnpm@7.6.0", 51 51 "scripts": { 52 - "build": "unbuild" 52 + "build": "unbuild", 53 + "prepack": "pnpm build" 53 54 }, 54 55 "dependencies": { 55 56 "@clack/core": "^0.3.0",