Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 27, 2023
1 parent c65559a commit 2ba5f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- chore/nightly
pull_request:
branches:
- main
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ pnpm add h3
<details>
<summary>Using Nightly Releases</summary>

### Nightly Releases

You can try latest changes of h3 landing to the `main` branch by using [`h3-nightly`](https://www.npmjs.com/package/h3-nightly) package.

You can directly swap from `h3` to `h3-nightly` for both dependency and package, or use `resolutions` field in `package.json` to alias: (Hightly recommanded):
You can directly swap from `h3` to `h3-nightly` for both dependency and imports, or use `resolutions` feature in `package.json` (recommanded):

```json
{
Expand Down

0 comments on commit 2ba5f55

Please sign in to comment.