mirror of https://github.com/iconify/api.git
fix: add start script to package.json
This commit is contained in:
parent
8ef7f21d74
commit
c577df4f98
|
|
@ -14,7 +14,8 @@
|
|||
"packageManager": "pnpm@7.13.4",
|
||||
"scripts": {
|
||||
"build": "tsc -b",
|
||||
"test": "vitest --config vitest.config.mjs"
|
||||
"test": "vitest --config vitest.config.mjs",
|
||||
"start": "node lib/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/tools": "^2.1.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue