Skip to content

Commit

Permalink
add page build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed Apr 30, 2024
1 parent a53eed1 commit 38cd78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/coderum-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"page:build": "npx @cloudflare/next-on-pages"
},
"dependencies": {
"@repo/ui": "workspace:*",
Expand Down

0 comments on commit 38cd78b

Please sign in to comment.