Skip to content

Commit

Permalink
fix: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Oct 9, 2024
1 parent 499a08b commit fac4c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const packageJsonTemplate: PackageJson = {
'build:cjs':
'tsc -p ./tsconfig.build.json --declaration false --declarationMap false --module CommonJS --moduleResolution Node10 --outDir ./cjs',
'build:cjs-pkgjson':
'mkdir -p ./cjs && echo \'{"type": "commonjs"}\' | tee ./cjs/package.json ./types/package.json',
'mkdir -p ./cjs && mkdir -p ./types && echo \'{"type": "commonjs"}\' | tee ./cjs/package.json ./types/package.json',
'build:esm':
'tsc -p ./tsconfig.build.json --declaration false --declarationMap false --outDir ./esm',
'build:types':
Expand Down

0 comments on commit fac4c4e

Please sign in to comment.