Skip to content

Commit

Permalink
fix: make sure client dont break each other builds because of types. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 22, 2022
1 parent ff7fbb8 commit ab395af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/access-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
- main
paths:
- 'packages/access-client/**'
- '.github/workflows/access.yml'
- '.github/workflows/access-client.yml'
- 'pnpm-lock.yaml'
pull_request:
paths:
- 'packages/access-client/**'
- '.github/workflows/access.yml'
- '.github/workflows/access-client.yml'
- 'pnpm-lock.yaml'
jobs:
test:
Expand All @@ -28,5 +28,6 @@ jobs:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- run: pnpm -r --filter @web3-storage/access run lint
- run: pnpm -r --filter @web3-storage/access run test
2 changes: 1 addition & 1 deletion .github/workflows/upload-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm -r --filter @web3-storage/upload-client run build
- run: pnpm run build
- run: pnpm -r --filter @web3-storage/upload-client run lint
- run: pnpm -r --filter @web3-storage/upload-client run test
2 changes: 1 addition & 1 deletion packages/access-client/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Install

Install the package using npm:
Install the package:

```bash
npm install @web3-storage/access
Expand Down

0 comments on commit ab395af

Please sign in to comment.