File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 "build:types:core" : " tsc -p tsconfig.types.json" ,
6565 "build:types:downlevel" : " yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8" ,
6666 "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" ,
6868 "build:bundle:watch" : " rollup -c rollup.bundle.config.js --watch" ,
6969 "build:transpile:watch" : " rollup -c rollup.npm.config.js --watch" ,
7070 "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
Original file line number Diff line number Diff line change 2424 "build:watch" : " run-p build:transpile:watch build:types:watch" ,
2525 "build:dev:watch" : " run-p build:watch" ,
2626 "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" ,
2828 "clean" : " rimraf build" ,
2929 "fix" : " run-s fix:eslint fix:prettier" ,
3030 "fix:eslint" : " eslint . --format stylish --fix" ,
Original file line number Diff line number Diff line change 2222 "build:types:downlevel" : " yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8" ,
2323 "build:dev" : " yarn build" ,
2424 "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" ,
2626 "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" ,
2828 "clean" : " rimraf build" ,
2929 "fix" : " run-s fix:eslint fix:prettier" ,
3030 "fix:eslint" : " eslint . --format stylish --fix" ,
You can’t perform that action at this time.
0 commit comments