File tree 4 files changed +4
-0
lines changed 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 34
34
"build:dev:watch" : " run-s build:watch" ,
35
35
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
36
36
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
37
+ "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
37
38
"build:npm" : " npm pack" ,
38
39
"circularDepCheck" : " madge --circular src/index.ts" ,
39
40
"clean" : " rimraf dist esm coverage" ,
Original file line number Diff line number Diff line change 54
54
"build:dev:watch" : " run-s build:watch" ,
55
55
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
56
56
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
57
+ "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
57
58
"build:npm" : " npm pack" ,
58
59
"circularDepCheck" : " madge --circular src/index.client.ts && madge --circular --exclude 'config/types\\ .ts' src/index.server.ts # see https://github.com/pahen/madge/issues/306" ,
59
60
"clean" : " rimraf dist esm coverage *.js *.js.map *.d.ts" ,
Original file line number Diff line number Diff line change 61
61
"build:dev:watch" : " run-s build:watch" ,
62
62
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
63
63
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
64
+ "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
64
65
"build:npm" : " npm pack" ,
65
66
"circularDepCheck" : " madge --circular src/index.ts" ,
66
67
"clean" : " rimraf dist esm build coverage" ,
Original file line number Diff line number Diff line change 51
51
"build:dev:watch" : " run-s build:watch" ,
52
52
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
53
53
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
54
+ "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
54
55
"build:npm" : " npm pack" ,
55
56
"circularDepCheck" : " madge --circular src/index.ts" ,
56
57
"clean" : " rimraf dist esm build dist-awslambda-layer coverage" ,
You can’t perform that action at this time.
0 commit comments