Skip to content

Commit fa09d6b

Browse files
committed
chore: fix 'build' script so 'watch' applies to all built directories
1 parent 1513ffd commit fa09d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"type": "module",
66
"scripts": {
7-
"build": "tsc --build packages/* && tsc --build scripts",
7+
"build": "tsc --build packages/* scripts",
88
"check:api": "npm run update:api && tsx scripts/check_api_extract.ts",
99
"check:dependencies": "tsx scripts/check_dependencies.ts",
1010
"check:package-lock": "tsx scripts/check_package_lock.ts",

0 commit comments

Comments
 (0)