We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9681433 commit c925edbCopy full SHA for c925edb
1 file changed
package.json
@@ -16,7 +16,8 @@
16
"bisect": "tsx ecosystem-ci.ts bisect",
17
"lint": "biome check .",
18
"prepare": "pnpm exec simple-git-hooks",
19
- "test": "tsx ecosystem-ci.ts"
+ "test": "tsx ecosystem-ci.ts",
20
+ "build:website": "pnpm --filter ecosystem-ci-website build"
21
},
22
"simple-git-hooks": {
23
"pre-commit": "pnpm exec nano-staged"
0 commit comments