Skip to content

Commit

Permalink
feat: new dev script (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbertoson authored Apr 10, 2024
1 parent 2969a66 commit bb9a142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"package:dev": "pnpm --filter package-name dev",
"playground:dev": "pnpm --filter playground dev",
"dev": "pnpm --stream -r -parallel dev",
"changeset": "changeset",
"release": "node scripts/release.mjs",
"lint": "biome check .",
Expand All @@ -17,4 +18,4 @@
"@biomejs/biome": "1.6.4",
"@changesets/cli": "^2.27.1"
}
}
}
10 changes: 2 additions & 8 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,10 @@ Install dependencies using pnpm:
pnpm i --frozen-lockfile
```

Watch for package changes:
Start the playground and package watcher:

```bash
pnpm package:dev
```

Start the playground:

```bash
pnpm playground:dev
pnpm dev
```

You can now edit files in `package`. Please note that making changes to those files may require restarting the playground dev server.
Expand Down

0 comments on commit bb9a142

Please sign in to comment.