Skip to content

Commit ee2bcf0

Browse files
committed
fix: fix-cjs.sh run for cjs not for esm [no ci]
1 parent 6da624c commit ee2bcf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
}
2323
},
2424
"scripts": {
25-
"build:cjs": "tsc -p tsconfig.cjs.json",
26-
"build:esm": "tsc -p tsconfig.json && /bin/bash .github/fix-cjs.sh",
25+
"build:cjs": "tsc -p tsconfig.cjs.json && /bin/bash .github/fix-cjs.sh",
26+
"build:esm": "tsc -p tsconfig.json",
2727
"build": "rm -rf dist && npm run build:cjs && npm run build:esm && /bin/bash .github/override.sh"
2828
},
2929
"homepage": "https://github.com/stopsopa/envprocessor",

0 commit comments

Comments
 (0)