Skip to content

Commit 5f52706

Browse files
separate build process
1 parent 35c5b88 commit 5f52706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/lix/html-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"src"
1717
],
1818
"scripts": {
19-
"build": "tsc && pnpm docs:build",
19+
"build": "tsc",
2020
"dev": "tsc --watch",
2121
"test": "tsc --noEmit && vitest run",
2222
"test:watch": "vitest",

packages/lix/html-diff/wrangler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"directory": "./docs_build"
77
},
88
"build": {
9-
"command": "pnpm --filter @lix-js/html-diff... build"
9+
"command": "pnpm --filter @lix-js/html-diff... build && pnpm --filter @lix-js/html-diff docs:build"
1010
}
1111
}

0 commit comments

Comments
 (0)