Skip to content

Commit 4cda6d4

Browse files
committed
chore: fix play:standalone script command
1 parent e32fc21 commit 4cda6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"docs:serve": "pnpm -C docs run docs:serve",
1515
"play": "pnpm -C packages/core run play",
1616
"play:debug": "pnpm -C packages/core run play:debug",
17-
"play:standalone": "pnpm -C packages/core run dev:standalone",
17+
"play:standalone": "pnpm -C packages/core run play:standalone",
1818
"example:plugin-file-explorer": "pnpm -C examples/plugin-file-explorer run play:dev",
1919
"postinstall": "npx simple-git-hooks && pnpm -C packages/rolldown run dev:prepare && skills-npm",
2020
"lint": "eslint --cache",

0 commit comments

Comments
 (0)