Skip to content

Commit

Permalink
docs: update demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Pozzi committed Feb 12, 2024
1 parent 5daa273 commit 0bd13b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-nextjs",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"name": "with-vite",
"private": true,
"version": "3.0.2",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"lib:test": "pnpm --filter react-plock test",
"lib:build": "pnpm --filter react-plock build",
"lib:release": "pnpm --filter react-plock lib:release"
"lib:release": "pnpm --filter react-plock lib:release",
"demo:build": "pnpm --filter with-vite build"
},
"devDependencies": {
"@types/node": "^18.14.4",
Expand Down

0 comments on commit 0bd13b9

Please sign in to comment.