Skip to content

Commit ccbecc0

Browse files
committed
build: update build scripts
1 parent 189c32a commit ccbecc0

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "Eva1ent<[email protected]>",
2727
"type": "module",
2828
"scripts": {
29-
"build": "pnpm run update:version && nx run-many -t build --projects=\"packages/**\"",
29+
"build": "pnpm run update:all && 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",
3232
"build:pkgs": "pnpm -F \"./.pkgs/*\" run build",
@@ -44,7 +44,7 @@
4444
"lint:spell": "cspell lint --relative --no-progress \"**\"",
4545
"lint:ts": "pnpm m run lint:ts",
4646
"lint:website": "pnpm -F \"./apps/website\" run lint",
47-
"prepare": "lefthook install && pnpm run update:all && pnpm run build",
47+
"prepare": "lefthook install && pnpm run build",
4848
"test": "vitest run --logHeapUsage",
4949
"update:all": "pnpm run update:version && pnpm run update:readme && pnpm run update:website",
5050
"update:readme": "tsx ./scripts/update-readme.ts",

pnpm-lock.yaml

Lines changed: 27 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)