Created
March 4, 2019 15:46
-
-
Save isaachinman/e00bc42538c1c1d054921831ee0c011f to your computer and use it in GitHub Desktop.
next-i18next-demo/package-next-scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"dev": "next", | |
"build": "next build", | |
"start": "next start" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment