Skip to content

Commit 91b16f8

Browse files
separate build process
1 parent 873cae7 commit 91b16f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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",

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)