Skip to content

Commit bd77db0

Browse files
authored
chore: refine build scripts and update workspace paths in package.json
Signed-off-by: GitHub <noreply@github.com>
1 parent f4fed87 commit bd77db0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"license": "MIT",
66
"type": "module",
77
"scripts": {
8-
"build": "pnpm run --recursive --parallel build",
8+
"build:packages": "pnpm run --recursive --parallel --filter \"./packages/**\" build",
9+
"build:apps": "pnpm run --recursive --parallel --filter \"./apps/**\" build",
10+
"build": "pnpm run --sequential /^build:.*/",
911
"changeset": "changeset",
1012
"changeset:release": "pnpm run build && changeset publish",
1113
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.js && pnpm install --lockfile-only",
@@ -39,6 +41,6 @@
3941
},
4042
"workspaces": [
4143
"packages/*",
42-
"examples/*"
44+
"apps/*"
4345
]
4446
}

0 commit comments

Comments
 (0)