Skip to content

Commit df64a2f

Browse files
committed
Update package.json
1 parent e2d75f4 commit df64a2f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
"docs"
1111
],
1212
"scripts": {
13-
"dev": "pnpm --filter prototype dev",
14-
"start": "pnpm --filter prototype preview",
15-
"playground:dev": "pnpm --filter @apps/playground dev",
16-
"playground:build": "pnpm --filter @apps/playground build",
17-
"playground:preview": "pnpm --filter @apps/playground preview",
13+
"dev": "pnpm --filter @apps/playground dev",
14+
"start": "pnpm --filter @apps/playground preview",
1815
"build": "pnpm -r build",
1916
"test": "pnpm -r test",
2017
"docs:dev": "pnpm --filter object-ui-docs dev",

0 commit comments

Comments
 (0)