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 3636 "test:ci" : " tap --no-color --reporter=spec --coverage-report=json --coverage-report=text --branches 90 --functions 90 --lines 90 --statements 90 test/*.test.ts" ,
3737 "ci" : " yarn lint && yarn test:ci" ,
3838 "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/**" ,
4040 "prepublishOnly" : " yarn ci" ,
4141 "postpublish" : " git push origin && git push origin -f --tags"
4242 },
You can’t perform that action at this time.
0 commit comments