Skip to content

Commit 6e16ff7

Browse files
committed
chore: update build script
1 parent 2c66d4d commit 6e16ff7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"description": "",
66
"scripts": {
77
"dev": "pnpm --filter codiff-playground run dev",
8-
"build:playground": "pnpm --filter codiff-playground run build",
8+
"build:playground": "pnpm run build && pnpm --filter codiff-playground run build",
9+
"build": "pnpm --filter codiff run build",
910
"lint": "eslint . --fix",
1011
"format": "prettier . --write",
1112
"test": "vitest",

0 commit comments

Comments
 (0)