1 parent 6da624c commit ee2bcf0Copy full SHA for ee2bcf0
1 file changed
package.json
@@ -22,8 +22,8 @@
22
}
23
},
24
"scripts": {
25
- "build:cjs": "tsc -p tsconfig.cjs.json",
26
- "build:esm": "tsc -p tsconfig.json && /bin/bash .github/fix-cjs.sh",
+ "build:cjs": "tsc -p tsconfig.cjs.json && /bin/bash .github/fix-cjs.sh",
+ "build:esm": "tsc -p tsconfig.json",
27
"build": "rm -rf dist && npm run build:cjs && npm run build:esm && /bin/bash .github/override.sh"
28
29
"homepage": "https://github.com/stopsopa/envprocessor",
0 commit comments