Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 14, 2024
1 parent dd8b4f2 commit 8d5c364
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev -p 4242",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"dev": "npx next dev -p 4242",
"build": "npx next build",
"postbuild": "npx next-sitemap",
"lint": "npx next lint",
"preview": "npm run build && npx wrangler pages dev ./out",
"deploy": "npm run build && npx wrangler pages deploy"
},
Expand Down

0 comments on commit 8d5c364

Please sign in to comment.