File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
"build:types:core" : " tsc -p tsconfig.types.json" ,
65
65
"build:types:downlevel" : " yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8" ,
66
66
"build:watch" : " run-p build:transpile:watch build:bundle:watch build:types:watch" ,
67
- "build:dev:watch" : " yarn build:watch" ,
67
+ "build:dev:watch" : " run-p build:transpile:watch build:types :watch" ,
68
68
"build:bundle:watch" : " rollup -c rollup.bundle.config.js --watch" ,
69
69
"build:transpile:watch" : " rollup -c rollup.npm.config.js --watch" ,
70
70
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
Original file line number Diff line number Diff line change 24
24
"build:watch" : " run-p build:transpile:watch build:types:watch" ,
25
25
"build:dev:watch" : " run-p build:watch" ,
26
26
"build:transpile:watch" : " yarn build:transpile --watch" ,
27
- "build:types:watch" : " yarn build: types --watch" ,
27
+ "build:types:watch" : " tsc -p tsconfig. types.json --watch" ,
28
28
"clean" : " rimraf build" ,
29
29
"fix" : " run-s fix:eslint fix:prettier" ,
30
30
"fix:eslint" : " eslint . --format stylish --fix" ,
Original file line number Diff line number Diff line change 22
22
"build:types:downlevel" : " yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8" ,
23
23
"build:dev" : " yarn build" ,
24
24
"build:watch" : " run-p build:transpile:watch build:types:watch" ,
25
- "build:dev:watch" : " run-p build:watch" ,
25
+ "build:dev:watch" : " yarn build:watch" ,
26
26
"build:transpile:watch" : " yarn build:transpile --watch" ,
27
- "build:types:watch" : " yarn build: types --watch" ,
27
+ "build:types:watch" : " tsc -p tsconfig. types.json --watch" ,
28
28
"clean" : " rimraf build" ,
29
29
"fix" : " run-s fix:eslint fix:prettier" ,
30
30
"fix:eslint" : " eslint . --format stylish --fix" ,
You can’t perform that action at this time.
0 commit comments