Skip to content

Commit

Permalink
packages, workflows: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Aug 15, 2024
1 parent 4987e8c commit ff4ae95
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm release
working-directory: packages/react
12 changes: 0 additions & 12 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ You can read the docs [here](https://stepperize.vercel.app).
npm install @stepperize/react
```

```bash
pnpm install @stepperize/react
```

```bash
yarn add @stepperize/react
```

```bash
bun add @stepperize/react
```

## Usage

Coming soon...
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"lint": {
"dependsOn": ["^lint"]
Expand Down

0 comments on commit ff4ae95

Please sign in to comment.