Skip to content

Commit

Permalink
fix: remove build script
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Jan 3, 2024
1 parent 1d602e8 commit 6ab087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-next-app-i18n/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"version": "0.0.24",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "",
"start": "next start",
"lint": "next lint"
},

0 comments on commit 6ab087c

Please sign in to comment.