Skip to content

Commit c925edb

Browse files
committed
chore: add website build script
1 parent 9681433 commit c925edb

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
@@ -16,7 +16,8 @@
1616
"bisect": "tsx ecosystem-ci.ts bisect",
1717
"lint": "biome check .",
1818
"prepare": "pnpm exec simple-git-hooks",
19-
"test": "tsx ecosystem-ci.ts"
19+
"test": "tsx ecosystem-ci.ts",
20+
"build:website": "pnpm --filter ecosystem-ci-website build"
2021
},
2122
"simple-git-hooks": {
2223
"pre-commit": "pnpm exec nano-staged"

0 commit comments

Comments
 (0)