Skip to content

Commit

Permalink
Revert "fix(app): fix start command for prod & dev to be in line with…
Browse files Browse the repository at this point in the history
… amplify expectations"

This reverts commit 27ca502.
  • Loading branch information
nutrina committed Jan 22, 2023
1 parent 27ca502 commit a03d2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"start": "next dev",
"export": "next build && next export",
"build": "next build",
"start": "next start",
"prod-start": "next start",
"clean": "rimraf node_modules && rimraf .next",
"lint": "next lint && prettier --check .",
"lint:fix": "next lint && prettier --write .",
Expand Down

0 comments on commit a03d2c8

Please sign in to comment.