Skip to content

Commit

Permalink
Remove --treeshake option to work with node 22 (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashz committed Aug 21, 2024
1 parent f886286 commit e3320da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format esm --treeshake --target esnext",
"build": "tsup src/index.ts --format esm --target esnext",
"test:unit": "jest --maxWorkers=50% test/unit",
"test:e2e": "jest --maxWorkers=50% test/e2e",
"lint": "eslint '**/{src,test,scripts}/**/*.ts'",
Expand Down

0 comments on commit e3320da

Please sign in to comment.