We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a534d commit 4006ac7Copy full SHA for 4006ac7
packages/core/package.json
@@ -11,6 +11,7 @@
11
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && ../../node_modules/.bin/tsc -d",
12
"tsc-win": "..\\..\\node_modules\\.bin\\cpy '**/*.d.ts' '..\\..\\packages\\core' --cwd=..\\..\\src\\core --parents && ..\\..\\node_modules\\.bin\\tsc -d",
13
"build": "npm run tsc && npm run build.hooks",
14
+ "build.watch": "npm run tsc -- -w",
15
"build.win": "npm run tsc-win && npm run build.hooks.win",
16
"build.hooks.win": "..\\..\\node_modules\\.bin\\tsc -skipLibCheck -p tsconfig.hooks.json",
17
"build.hooks": " tsc -skipLibCheck -p tsconfig.hooks.json",
0 commit comments