mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
add db-repo item to sync
This commit is contained in:
parent
857ce2929c
commit
22fbc4e667
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
"explorer": "deno run --allow-all utils/explorer.js",
|
"explorer": "deno run --allow-all utils/explorer.js",
|
||||||
"events-ext": "deno run --allow-all utils/events-ext.js",
|
"events-ext": "deno run --allow-all utils/events-ext.js",
|
||||||
"db-repo": "deno run --allow-all utils/db-repo.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": {
|
"dependencies": {
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
|
|
Loading…
Reference in a new issue