Skip to content

Commit a561477

Browse files
committed
Move sample app out of workspaces
1 parent d0cff8a commit a561477

File tree

21 files changed

+9
-95
lines changed

21 files changed

+9
-95
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["react-lightning-sample-app"]
10+
"ignore": []
1111
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using React and React Native.
77
You can scaffold a new project using degit:
88

99
```bash
10-
npx degit plexinc/react-lightning/apps/template my-lightning-app
10+
npx degit plexinc/react-lightning/templates/app-template my-lightning-app
1111
```
1212

13-
See the docs in [/apps/storybook](./apps/storybook) for usage and examples.
13+
See [the docs](https://plexinc.github.io/react-lightning/) for usage and examples.

apps/storybook/src/getting-started/QuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The quickest way to get up and running is to use the template app.
1212
dark
1313
language="bash"
1414
code={`
15-
npx degit plexinc/react-lightning/apps/template my-lightning-app
15+
npx degit plexinc/react-lightning/templates/app-template my-lightning-app
1616
`}
1717
/>
1818

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"private": true,
1414
"type": "module",
1515
"scripts": {
16-
"build": "turbo build --filter=!react-lightning-sample-app",
17-
"build:types": "turbo build:types --filter=!react-lightning-sample-app",
18-
"clean": "turbo clean --filter=!react-lightning-sample-app",
16+
"build": "turbo build",
17+
"build:types": "turbo build:types",
18+
"clean": "turbo clean",
1919
"ci:publish": "pnpm run build && pnpm exec changeset publish",
2020
"ci:version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
21-
"dev": "turbo dev --filter=!react-lightning-sample-app",
21+
"dev": "turbo dev",
2222
"lint": "biome check",
2323
"lint:format": "biome check --write",
2424
"nuke": "pnpm run clean && pnpx npkill -x -y -D && pnpm install",
2525
"test": "pnpm run test:unit",
26-
"test:unit": "turbo test:unit --filter=!react-lightning-sample-app",
26+
"test:unit": "turbo test:unit",
2727
"unused": "tsx ./scripts/depcheck.ts",
2828
"prepare": "husky"
2929
},

pnpm-lock.yaml

Lines changed: 0 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)