Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created August 20, 2020 08:05
Show Gist options
  • Select an option

  • Save DopamineDriven/12bfc6e7872471cc9bbab5cc31dbe703 to your computer and use it in GitHub Desktop.

Select an option

Save DopamineDriven/12bfc6e7872471cc9bbab5cc31dbe703 to your computer and use it in GitHub Desktop.
add postinstall script to package.json
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postinstall": "npx patch-package"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment