Moved the package build scrip package.json

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-12 18:52:14 -04:00
parent 2be3dd608a
commit 3644e1d1cd
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 6 additions and 4 deletions

5
api/package.jason Normal file
View file

@ -0,0 +1,5 @@
{
"scripts": {
"vercel-build": "sh clean-build.sh"
}
}

View file

@ -28,8 +28,5 @@
"@types/multiparty": "^0.0.34",
"typescript": "^5.2.2"
},
"type": "module",
"scripts": {
"vercel-build": "sh clean-build.sh"
}
"type": "module"
}