Declarations

This commit is contained in:
Adria Navarro 2024-03-14 17:50:31 +01:00
parent 81f2fb5aa9
commit 215d68715b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"src"
],
"scripts": {
"build": "rollup -c",
"build": "tsc --emitDeclarationOnly && rollup -c",
"dev": "rollup -cw",
"test": "jest",
"manifest": "ts-node ./scripts/gen-collection-info.ts"