File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "author" : " Rel1cx" ,
2929 "type" : " module" ,
3030 "scripts" : {
31- "build" : " node --run update:all && node --run build:pkgs && node --run build:packages && node --run build:plugins" ,
31+ "build" : " node --run build:pkgs && node --run build:packages && node --run build:plugins" ,
3232 "build:docs" : " nx run-many -t build:docs --parallel" ,
3333 "build:packages" : " nx run-many -t build -p 'packages/*' --parallel" ,
3434 "build:pkgs" : " nx run-many -t build -p '.pkgs/*' --parallel" ,
4747 "lint:text" : " textlint '**/*.md' '**/*.mdx'" ,
4848 "lint:ts" : " nx run-many -t lint:ts --parallel" ,
4949 "lint:website" : " pnpm -F \" ./apps/website\" run lint" ,
50- "prepare" : " node --run build" ,
50+ "prepare" : " node --run update:all && node --run build" ,
5151 "scaffold:rule" : " vite-node ./scripts/90-scaffold-rule.ts" ,
5252 "sort:package-json" : " pnpm m exec sort-package-json -q package.json && dprint fmt" ,
5353 "test" : " vitest run --logHeapUsage" ,
You can’t perform that action at this time.
0 commit comments