Skip to content

Commit

Permalink
switch to artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Sep 18, 2024
1 parent 5db7746 commit 5f97647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "rollup --config rollup.config.js",
"license": "npx generate-license-file --config .config/glf.json",
"fetch-calendar": "rm -f events.db && wget -q https://github.com/blr-today/dataset/releases/latest/download/events.db -O events.db",
"fetch-calendar": "rm -f events.db && wget https://nightly.link/blr-today/ingest/workflows/update/main/events-db.zip -O events-db.zip && unzip events-db.zip && rm events-db.zip",
"stat": "sqlite3 --header --csv events.db \"SELECT substr(url, 9, instr(substr(url, 9), '/') - 1) AS domain, COUNT(*) as count FROM events GROUP by domain ORDER BY count DESC\""
},
"dependencies": {
Expand Down

0 comments on commit 5f97647

Please sign in to comment.