Skip to content

Commit

Permalink
fix: eta.module.mjs was generated incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Jun 13, 2023
1 parent 0aef303 commit 387d677
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 @@ -45,7 +45,7 @@
"node": ">=6.0.0"
},
"scripts": {
"build:node": "microbundle src/index.ts --target node --format esm,umd",
"build:node": "microbundle src/index.ts --target node --format esm && microbundle src/index.ts --target node --format umd",
"build:browser": "microbundle src/browser.ts --target web --format umd,modern --output dist/browser.js",
"build": "npm run build:node && npm run build:browser",
"commit": "git-cz",
Expand Down

0 comments on commit 387d677

Please sign in to comment.