Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 10:53:53 -06:00
committed by GitHub
parent 1fd09db025
commit d1dcfb83f8

View File

@@ -9,7 +9,7 @@
"preview": "astro preview", "preview": "astro preview",
"lint": "eslint .", "lint": "eslint .",
"format": "prettier --write .", "format": "prettier --write .",
"test": "echo 'No tests yet'", "test": "echo 'Warning: No tests configured' && exit 0",
"add:deploy": "node scripts/add_deploy.mjs", "add:deploy": "node scripts/add_deploy.mjs",
"add:beacon": "node scripts/add_beacon.mjs" "add:beacon": "node scripts/add_beacon.mjs"
}, },