Skip to content

Commit

Permalink
Always build ES
Browse files Browse the repository at this point in the history
  • Loading branch information
Hey authored and swarthy committed Oct 12, 2024
1 parent 4c6f591 commit 3988b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"coverage-html": "nyc mocha && nyc report --reporter=html",
"converalls": "nyc mocha && nyc report --reporter=text-lcov | coveralls",
"dev": "mocha -w",
"build": "yarn build-commonjs",
"prepack": "yarn build",
"build": "yarn build-commonjs && yarn build-es",
"build-commonjs": "rm -rf lib && yarn tsc -b tsconfig.build-commonjs.json",
"build-es": "rm -rf es && yarn tsc -b tsconfig.build-es.json",
"preversion": "yarn lint && yarn test && yarn build"
Expand Down

0 comments on commit 3988b2e

Please sign in to comment.