diff --git a/package.json b/package.json index 349015b..da9fa6f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "events": "deno run --allow-all utils/events.js", "articles": "deno run --allow-all utils/articles.js", "talks": "deno run --allow-all utils/talks.js", - "explorer": "deno run --allow-all utils/explorer.js" + "explorer": "deno run --allow-all utils/explorer.js", + "all": "npm run contribs && npm run events && npm run articles && npm run talks && npm run explorer" }, "dependencies": { "@astrojs/tailwind": "^5.0.2", diff --git a/src/contributors.json b/src/contributors.json index 778391c..03dcd4a 100644 --- a/src/contributors.json +++ b/src/contributors.json @@ -39,7 +39,7 @@ "received_events_url": "https://api.github.com/users/burningtree/received_events", "type": "User", "site_admin": false, - "contributions": 280 + "contributions": 281 }, { "login": "cryptomar1o",