dev: update dev script for auto-download
All checks were successful
pipeline / lint-and-format (push) Successful in 4m16s
pipeline / build-and-push-images (push) Successful in 47s

This commit is contained in:
2026-02-05 14:28:20 +01:00
parent 50bd0d216d
commit 564de90ecb
4 changed files with 100 additions and 35 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Development tools for BuildPath database setup",
"main": "scripts/setup-db.js",
"type": "module",
"scripts": {
"setup": "node scripts/setup-db.js",
"import-matches": "node scripts/setup-db.js import-matches",