Skip to content

Commit c3de12e

Browse files
committed
ci(playground): perfect build command
1 parent 6451540 commit c3de12e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"test": "vitest",
1616
"typecheck": "tsc --noEmit",
1717
"prepare": "simple-git-hooks",
18-
"preview": "pnpm vite ./test"
18+
"preview": "pnpm vite ./test",
19+
"playground": "pnpm vite ./playground",
20+
"playground:build": "pnpm build"
1921
},
2022
"dependencies": {
2123
"mermaid": "^11.8.0",

0 commit comments

Comments
 (0)