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",