Skip to content

Commit 790b95c

Browse files
committed
chore: Fine tuned build script.
1 parent 9da850f commit 790b95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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
},

0 commit comments

Comments
 (0)