From da51c86abc8cfa98bedd2f56462fa0d501ecdb1b Mon Sep 17 00:00:00 2001 From: Ray Arayilakath <72509475+RayhanADev@users.noreply.github.com> Date: Sun, 13 Jun 2021 00:32:55 +0000 Subject: [PATCH] fix: build command for Vercel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3a695a..19381c5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A game about swinging a ball around and sheer destruction.", "main": ".", "scripts": { - "serve": "serve" + "build": "npx serve" }, "repository": { "type": "git",