From 22fbc4e6674a39a4f51683f2ff9213d0f6949af9 Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 27 Feb 2024 08:12:34 +0100 Subject: [PATCH] add db-repo item to sync --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f7c61f..a22ea8d 100644 --- a/package.json +++ b/package.json @@ -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",