From 8ec4d51ae8a385b54c83a146c0f7445c425151d2 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:54 -0400 Subject: [PATCH] Create deploy script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aa4c60..ae62a40 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "version": "0.0.0", "type": "module", "scripts": { - "build": "remix build" + "build": "remix build", + "publish": "remix build && wrangler pages deploy public" }, "dependencies": { "@chakra-ui/react": "^2.8.1",