diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 1b03247..4844bba 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview", - "scrape": "node scripts/scrape.js 2025 fall" + "scrape": "node scripts/scrape.js 2025 fall", + "test": "echo \"(no tests yet)\"" }, "dependencies": { "cytoscape": "^3.28.0", |
