Skip to content

Commit ca24168

Browse files
authored
Merge pull request #19 from cpreston321/fix/moveDemoToExamples
fix: move `demo` to `examples/`
2 parents 0cdc391 + c383b68 commit ca24168

File tree

6 files changed

+101
-26
lines changed

6 files changed

+101
-26
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-lock.yaml

Lines changed: 98 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)