add db-repo item to sync

This commit is contained in:
tree🌴 2024-02-27 08:12:34 +01:00
parent 857ce2929c
commit 22fbc4e667
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"explorer": "deno run --allow-all utils/explorer.js",
"events-ext": "deno run --allow-all utils/events-ext.js",
"db-repo": "deno run --allow-all utils/db-repo.js",
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext"
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext && npm run db-repo"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",