mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Remove --treeshake option to work with node 22 (#3613)
This commit is contained in:
parent
f88628679a
commit
e3320da084
@ -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'",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user