This commit is contained in:
Charlie Holtz 2025-09-19 17:29:03 -07:00 committed by GitHub
commit 8e7d3e99c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
"scripts": {
"setup": "echo \"hello\"\n",
"run": "echo \"hello\"\n"
"setup": "echo \"hi\"\n"
}
}