Skip to content

Commit

Permalink
refactor: updated build command
Browse files Browse the repository at this point in the history
  • Loading branch information
abedshaaban committed May 12, 2024
1 parent c596af8 commit 12ca808
Show file tree
Hide file tree
Showing 2 changed files with 2,483 additions and 27 deletions.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"dev": "next dev --port 3030",
"build": "next build",
"build": "npx @cloudflare/next-on-pages",
"start": "next start",
"type:check": "tsc --noEmit",
"lint": "npx @biomejs/biome lint --apply ./src",
Expand All @@ -22,6 +22,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@cloudflare/next-on-pages": "^1.11.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
Expand Down
Loading

0 comments on commit 12ca808

Please sign in to comment.