Skip to content

Commit

Permalink
Restored deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenJLu committed Dec 20, 2024
1 parent ba82b4a commit e308d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "node ./scripts/dev.cjs && remix vite:dev"
"dev": "node ./scripts/dev.cjs && remix vite:dev",
"deploy": "npm run build && wrangler pages deploy ./build/client --project-name stephenjlu"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.515.0",
Expand Down

0 comments on commit e308d67

Please sign in to comment.