Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created October 13, 2019 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/4d06ce11b239b7372fa5ffc781c18a1d to your computer and use it in GitHub Desktop.
Save luandevpro/4d06ce11b239b7372fa5ffc781c18a1d to your computer and use it in GitHub Desktop.
{
...
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint components pages lib"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment