Skip to content

Commit

Permalink
cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Feb 27, 2020
1 parent 3963104 commit 12c7dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "16.11.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development && next dev -p 3002",
"start": "next dev -p 3002",
"build": "next build",
"export": "next export",
"clean": "rimraf lib .next out dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0-beta.1",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development && next dev -p 3001",
"build": "cross-env NODE_ENV=production next build",
"start": "next dev -p 3001",
"build": "next build",
"export": "next export",
"clean": "rimraf lib .next out dist"
},
Expand Down

0 comments on commit 12c7dd5

Please sign in to comment.