Remove --treeshake option to work with node 22 (#3613)

This commit is contained in:
Shunta KARASAWA 2024-08-22 01:32:15 +09:00 committed by GitHub
parent f88628679a
commit e3320da084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'",