File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"scripts" : {
18
18
"dev" : " tsc --watch --preserveWatchOutput --sourceMap" ,
19
- "build" : " yarn build:cjs && yarn build:esm && yarn build:ts " ,
19
+ "build" : " yarn build:cjs && yarn build:esm && yarn build:types " ,
20
20
"build:types" : " tsc -p tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./build/types" ,
21
21
"build:cjs" : " tsc -p tsconfig.json --outDir ./build/cjs --module CommonJS" ,
22
22
"build:esm" : " tsc -p tsconfig.esm.json --outDir ./build/esm --module ES2020" ,
23
- "build:ts" : " yarn build:cjs && yarn build:esm && yarn build:types " ,
23
+ "build:ts" : " yarn build" ,
24
24
"prepare" : " yarn build" ,
25
25
"test:unit" : " NODE_ENV=testing c8 --src src --all --check-coverage --100 --reporter text --reporter cobertura mocha -r ts-node/register './test/**/*.test.ts'" ,
26
26
"test" : " yarn test:ts && yarn test:unit" ,
You can’t perform that action at this time.
0 commit comments