Skip to content

Commit

Permalink
production compile error countermeasure
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufginanjar committed Sep 29, 2022
1 parent 4b383ed commit a5d1ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
Expand Down
122 changes: 0 additions & 122 deletions pages/Games.js

This file was deleted.

0 comments on commit a5d1ae1

Please sign in to comment.