Skip to content

Commit 9b9285b

Browse files
committed
chore: move rules docs sources to plugins
1 parent 20ee895 commit 9b9285b

File tree

87 files changed

+129
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+129
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "pnpm run update:version && nx run-many -t build --projects=\"packages/**\"",
3030
"build:all": "nx run-many -t build",
3131
"build:docs": "nx run-many -t build:docs --projects=\"packages/**\" && pnpm run update:readme",
32-
"build:website": "pnpm -F \"./website\" run build",
32+
"build:website": "pnpm run update:website && pnpm -F \"./website\" run build",
3333
"build:workspace": "pnpm -F \"./workspace/*\" run build",
3434
"format:check": "dprint check",
3535
"format:package-json": "pnpm --parallel -r exec fixpkg -q package.json && fixpkg && dprint fmt",
@@ -45,7 +45,7 @@
4545
"lint:ts": "eslint . --max-warnings 100",
4646
"lint:type": "pnpm -r run --parallel lint:type",
4747
"lint:website": "pnpm -F \"./website\" run lint",
48-
"prepare": "lefthook install && pnpm run build",
48+
"prepare": "lefthook install && pnpm run build && pnpm run update:website",
4949
"test": "vitest run --logHeapUsage",
5050
"update:all": "pnpm run update:version && pnpm run update:readme && pnpm run update:website",
5151
"update:readme": "tsx ./scripts/update-readme.ts",

0 commit comments

Comments
 (0)