Skip to content

Commit e511dab

Browse files
committed
chore: update dev scripts
1 parent 3a6f337 commit e511dab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"build": "turbo run build",
88
"build:debug": "NUXT_DEBUG_BUILD=true pnpm -r run build",
99
"watch": "pnpm -r run watch",
10-
"dev": "pnpm -C packages/rolldown run dev",
10+
"dev:rolldown": "pnpm -C packages/rolldown run dev",
1111
"dev:vite": "pnpm -C packages/vite run dev",
1212
"docs": "pnpm -C docs run docs",
1313
"docs:build": "pnpm -C docs run docs:build",
1414
"docs:serve": "pnpm -C docs run docs:serve",
15-
"play:devtools": "pnpm -C packages/core run play",
16-
"play:devtools:standalone": "pnpm -C packages/core run dev:standalone",
15+
"play": "pnpm -C packages/core run play",
16+
"play:debug": "pnpm -C packages/core run play:debug",
17+
"play:standalone": "pnpm -C packages/core run dev:standalone",
1718
"example:plugin-file-explorer": "pnpm -C examples/plugin-file-explorer run play:dev",
18-
"play:ui": "pnpm -C packages/rolldown run dev",
1919
"prepare": "npx simple-git-hooks && pnpm -C packages/rolldown run dev:prepare && turbo run build",
2020
"lint": "eslint --cache",
2121
"test": "vitest",

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"dev:standalone": "cd src/client/standalone && vite dev",
4747
"prepack": "pnpm build",
4848
"play": "DEBUG='vite:devtools:*' pnpm -C playground run dev",
49+
"play:debug": "pnpm -C playground run dev:debug",
4950
"play:standalone": "DEBUG='vite:devtools:*' pnpm -C playground run dev:standalone",
5051
"cli": "DEBUG='vite:devtools:*' tsx src/node/cli.ts",
5152
"play:build": "pnpm -C playground run build"

0 commit comments

Comments
 (0)