Skip to content

Commit 4006ac7

Browse files
committed
chore: missing scrupt
1 parent d0a534d commit 4006ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && ../../node_modules/.bin/tsc -d",
1212
"tsc-win": "..\\..\\node_modules\\.bin\\cpy '**/*.d.ts' '..\\..\\packages\\core' --cwd=..\\..\\src\\core --parents && ..\\..\\node_modules\\.bin\\tsc -d",
1313
"build": "npm run tsc && npm run build.hooks",
14+
"build.watch": "npm run tsc -- -w",
1415
"build.win": "npm run tsc-win && npm run build.hooks.win",
1516
"build.hooks.win": "..\\..\\node_modules\\.bin\\tsc -skipLibCheck -p tsconfig.hooks.json",
1617
"build.hooks": " tsc -skipLibCheck -p tsconfig.hooks.json",

0 commit comments

Comments
 (0)