Created
August 20, 2020 08:05
-
-
Save DopamineDriven/12bfc6e7872471cc9bbab5cc31dbe703 to your computer and use it in GitHub Desktop.
add postinstall script to package.json
This file contains hidden or 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", | |
| "postinstall": "npx patch-package" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment