File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3737 },
3838 "scripts" : {
3939 "prebuild" : " yarn rimraf dist" ,
40- "build" : " yarn tsc -p tsconfig.build.json --watch" ,
40+ "build" : " yarn tsc -p tsconfig.build.json" ,
41+ "build:watch" : " yarn tsc -p tsconfig.build.json --watch" ,
4142 "tester" : " jest --coverage --verbose" ,
4243 "lint" : " yarn eslint '{src,test}/**/*.ts'"
4344 },
Original file line number Diff line number Diff line change 4242 },
4343 "scripts" : {
4444 "prebuild" : " yarn rimraf dist" ,
45- "build" : " yarn tsc -p tsconfig.build.json --watch" ,
45+ "build" : " yarn tsc -p tsconfig.build.json" ,
46+ "build:watch" : " yarn tsc -p tsconfig.build.json --watch" ,
4647 "tester" : " jest --coverage --verbose" ,
4748 "lint" : " yarn eslint '{src,test}/**/*.ts'"
4849 },
Original file line number Diff line number Diff line change 4242 },
4343 "scripts" : {
4444 "prebuild" : " yarn rimraf dist" ,
45- "build" : " yarn tsc -p tsconfig.build.json --watch" ,
45+ "build" : " yarn tsc -p tsconfig.build.json" ,
46+ "build:watch" : " yarn tsc -p tsconfig.build.json --watch" ,
4647 "tester" : " jest --coverage --verbose" ,
4748 "lint" : " yarn eslint '{src,test}/**/*.ts'"
4849 },
You can’t perform that action at this time.
0 commit comments