Declarations
This commit is contained in:
parent
81f2fb5aa9
commit
215d68715b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue