We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c5b88 commit 5f52706Copy full SHA for 5f52706
packages/lix/html-diff/package.json
@@ -16,7 +16,7 @@
16
"src"
17
],
18
"scripts": {
19
- "build": "tsc && pnpm docs:build",
+ "build": "tsc",
20
"dev": "tsc --watch",
21
"test": "tsc --noEmit && vitest run",
22
"test:watch": "vitest",
packages/lix/html-diff/wrangler.json
@@ -6,6 +6,6 @@
6
"directory": "./docs_build"
7
},
8
"build": {
9
- "command": "pnpm --filter @lix-js/html-diff... build"
+ "command": "pnpm --filter @lix-js/html-diff... build && pnpm --filter @lix-js/html-diff docs:build"
10
}
11
0 commit comments