Skip to content

Commit 36cfb13

Browse files
committed
fix: rename dev playground package
1 parent bc5323d commit 36cfb13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dev-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "appkit",
2+
"name": "sdk-playground",
33
"version": "1.0.0",
44
"main": "build/index.js",
55
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"release:dry": "release-it --dry-run",
3333
"release:ci": "release-it --ci",
3434
"setup:repo": "./tools/setup.sh",
35-
"start": "NODE_ENV=production pnpm build:sdk && pnpm --filter=sdk-playground build:app && pnpm --filter=sdk-playground start:local",
35+
"start": "NODE_ENV=production pnpm build && pnpm --filter=sdk-playground build:app && pnpm --filter=sdk-playground start:local",
3636
"test:watch": "vitest",
3737
"test": "vitest run --coverage",
3838
"typecheck": "pnpm -r typecheck"

0 commit comments

Comments
 (0)