mirror of https://github.com/iconify/api.git
fix: expose garbage collector in start command
This commit is contained in:
parent
3cec4e44d5
commit
5b41aa729b
|
|
@ -18,7 +18,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc -b",
|
||||
"test": "vitest --config vitest.config.mjs",
|
||||
"start": "node lib/index.js"
|
||||
"start": "node --expose-gc lib/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/tools": "^2.1.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue