Skip to content

Commit

Permalink
cjs specific name not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 10, 2024
1 parent cdfc004 commit 1013e22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/cli-helpers/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ await build({
await build({
buildOptions: {
...defaultBuildOptions,
bundle: true,
entryPoints: ['./src/index.ts'],
outdir: 'dist/cjs',
packages: 'external',
},
Expand Down
5 changes: 0 additions & 5 deletions packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"types": "./dist/lib/loadEnvFiles.d.ts",
"import": "./dist/lib/loadEnvFiles.js",
"default": "./dist/cjs/lib/loadEnvFiles.js"
},
"./dist/cjs/lib/loadEnvFiles.js": {
"types": "./dist/lib/loadEnvFiles.d.ts",
"import": "./dist/lib/loadEnvFiles.js",
"default": "./dist/cjs/lib/loadEnvFiles.js"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1013e22

Please sign in to comment.