1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Gen manifest to ts

This commit is contained in:
Adria Navarro 2024-03-14 17:49:05 +01:00
parent a390015757
commit 2407ddbcfb
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@
"build": "rollup -c",
"dev": "rollup -cw",
"test": "jest",
"manifest": "node ./scripts/gen-collection-info.js"
"manifest": "ts-node ./scripts/gen-collection-info.ts"
},
"dependencies": {
"@budibase/handlebars-helpers": "^0.13.1",