Skip to content

Commit

Permalink
ci: add pkgroll with --export-condition=node
Browse files Browse the repository at this point in the history
  • Loading branch information
law-chain-hot committed Feb 28, 2023
1 parent 69e1d25 commit 18d4458
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 @@ -17,7 +17,7 @@
"bin": "./dist/cli.mjs",
"scripts": {
"prepare": "simple-git-hooks",
"build": "pkgroll --minify",
"build": "pkgroll --minify --export-condition=node",
"lint": "eslint --cache .",
"type-check": "tsc",
"prepack": "pnpm build"
Expand Down

0 comments on commit 18d4458

Please sign in to comment.