Skip to content

Commit ec0cc36

Browse files
committed
Rename sandbox scripts to dev:sandbox
1 parent 2ac6f4b commit ec0cc36

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Important if you want to work on the chrome extension. _(The script may fail som
3838

3939
**Builds all of the client packages in the watch mode.** Those are the packages that run in the users browser. (client, shared, locator, debugger, frontend, overlay)
4040

41-
#### `pnpm sandbox` — Opens the [sandbox](https://github.com/thetarnav/solid-devtools/tree/main/examples/sandbox) playground with overlay component
41+
#### `pnpm dev:sandbox` — Opens the [sandbox](https://github.com/thetarnav/solid-devtools/tree/main/examples/sandbox) playground with overlay component
4242

43-
#### `pnpm sandbox:ext` — Opens the [sandbox](https://github.com/thetarnav/solid-devtools/tree/main/examples/sandbox) playground with extension client
43+
#### `pnpm dev:sandbox:ext` — Opens the [sandbox](https://github.com/thetarnav/solid-devtools/tree/main/examples/sandbox) playground with extension client
4444

4545
### TEST
4646

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"----------------------DEV----------------------": "",
1010
"dev:ext": "pnpm -dir extension run dev",
1111
"dev:packages": "node --experimental-transform-types ./build.ts --watch",
12-
"sandbox": "pnpm -dir examples/sandbox run dev",
13-
"sandbox:ext": "pnpm -dir examples/sandbox run dev:ext",
12+
"dev:sandbox": "pnpm -dir examples/sandbox run dev",
13+
"dev:sandbox:ext": "pnpm -dir examples/sandbox run dev:ext",
1414
"----------------------BUILD----------------------": "",
1515
"build:packages": "node --experimental-transform-types ./build.ts",
1616
"build:sandbox": "pnpm -dir examples/sandbox run build",

0 commit comments

Comments
 (0)