summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2025-08-06 02:00:55 -0700
committerYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2025-08-06 02:00:55 -0700
commitcaa18e81e8eb03fb03a82d0d3526994c9ba41ac2 (patch)
treeaa89a6d2998ecfc60254e17fd0d3cdb5449a8248 /package.json
parent343978870774f81ecaa06d7f253020265f601fd2 (diff)
fix: force IPv4 for scrapercodex/test-uiuc-api-cors-response
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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",