Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create deploy script
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent de66888 commit 8ec4d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 8ec4d51

Please sign in to comment.