From 3644e1d1cd9bbf30bc88f65ab8c04b202c752ef6 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 12 Oct 2023 18:52:14 -0400 Subject: [PATCH] Moved the package build scrip package.json --- api/package.jason | 5 +++++ package.json | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 api/package.jason diff --git a/api/package.jason b/api/package.jason new file mode 100644 index 000000000..795d48b2f --- /dev/null +++ b/api/package.jason @@ -0,0 +1,5 @@ +{ + "scripts": { + "vercel-build": "sh clean-build.sh" + } +} diff --git a/package.json b/package.json index 80968d921..f0d13c709 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,5 @@ "@types/multiparty": "^0.0.34", "typescript": "^5.2.2" }, - "type": "module", - "scripts": { - "vercel-build": "sh clean-build.sh" - } + "type": "module" } -- GitLab