From 216642219c636b39565075b89440f4553524c4b0 Mon Sep 17 00:00:00 2001 From: rishabhjain1712 Date: Sun, 1 Sep 2024 20:05:43 +0530 Subject: [PATCH] deploy --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 4e20ef3..c005598 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", + "predeploy": "npm run build", + "deploy": "v1 -d build", "test": "react-scripts test", "eject": "react-scripts eject" },