Skip to content

Commit 5b3bc66

Browse files
cpreston321natemoo-re
authored andcommitted
fix: move demo to examples/
1 parent 0cdc391 commit 5b3bc66

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "demo",
2+
"name": "basic-demo",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"stub": "pnpm -r run prepack --stub",
77
"build": "pnpm -r run prepack",
8-
"start": "pnpm --filter demo run start"
8+
"start": "pnpm --filter basic-demo run start"
99
},
1010
"devDependencies": {
1111
"@changesets/cli": "^2.26.0",

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
packages:
2+
- "examples/**"
23
- "packages/**/*"

0 commit comments

Comments
 (0)