1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +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", "build": "rollup -c",
"dev": "rollup -cw", "dev": "rollup -cw",
"test": "jest", "test": "jest",
"manifest": "node ./scripts/gen-collection-info.js" "manifest": "ts-node ./scripts/gen-collection-info.ts"
}, },
"dependencies": { "dependencies": {
"@budibase/handlebars-helpers": "^0.13.1", "@budibase/handlebars-helpers": "^0.13.1",