Skip to content

Commit

Permalink
build: rollback
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <euberdeveloper@gmail.com>
  • Loading branch information
euberdeveloper committed Aug 25, 2024
1 parent 4977c02 commit a307cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pretranspile": "shx rm -rf dist",
"transpile": "tsc -p source",
"bundle:esm": "node build.mjs",
"bundle:dts": "dts-bundle-generator --no-check -o bundled/lib/commonjs/index.d.ts --project source/tsconfig.json source/lib/index.ts",
"bundle:dts": "dts-bundle-generator -o bundled/lib/commonjs/index.d.ts --project source/tsconfig.json source/lib/index.ts",
"postbundle:dts": "cp bundled/lib/commonjs/index.d.ts bundled/lib/esm/index.d.ts",
"prebundle": "shx rm -rf dist bundled",
"bundle": "pnpm bundle:esm && pnpm bundle:dts",
Expand Down

0 comments on commit a307cd1

Please sign in to comment.