Skip to content

Commit

Permalink
chore(observable-hooks): update prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 15, 2023
1 parent b49ee0d commit a98bf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@ Concurrent mode compatible React hooks for RxJS Observables. Simple, flexible, t

## Installation

yarn

```bash
yarn add observable-hooks
```

npm

```bash
npm install --save observable-hooks
pnpm add observable-hooks
```

## Why?
Expand Down
1 change: 1 addition & 0 deletions packages/observable-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"author": "CRIMX<[email protected]>",
"license": "MIT",
"scripts": {
"prepublishOnly": "pnpm run build",
"build": "tsup",
"build:min": "MINIFY=true tsup && node scripts/gzip.mjs",
"test": "jest --coverage",
Expand Down

0 comments on commit a98bf5f

Please sign in to comment.