File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 36
36
"test:ci" : " tap --no-color --reporter=spec --coverage-report=json --coverage-report=text --branches 90 --functions 90 --lines 90 --statements 90 test/*.test.ts" ,
37
37
"ci" : " yarn lint && yarn test:ci" ,
38
38
"prebuild" : " rm -rf dist types && yarn lint" ,
39
- "build" : " tsc -p . && tsc -p tsconfig.modules.json && renamer --find js --replace mjs dist/mjs/** >> /dev/null && jscodeshift -s --extensions=mjs -t node_modules/@cowtech/esm-package-utils dist/mjs/**" ,
39
+ "build" : " tsc -p . && tsc -p tsconfig.modules.json && renamer --find js --replace mjs dist/mjs/* >> /dev/null && jscodeshift -s --extensions=mjs -t node_modules/@cowtech/esm-package-utils dist/mjs/**" ,
40
40
"prepublishOnly" : " yarn ci" ,
41
41
"postpublish" : " git push origin && git push origin -f --tags"
42
42
},
You can’t perform that action at this time.
0 commit comments