Created
November 24, 2019 19:36
-
-
Save hatakancicek/be2f1ff271b3180dd01d2435a89db199 to your computer and use it in GitHub Desktop.
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 src/app", | |
"clean": "rimraf dist", | |
"build:app": "next build src/app", | |
"build:functions": "cpx \"src/functions/**/*.*\" dist/functions", | |
"copy:static": "cpx \"src/app/static/**/*.*\" dist/public/static", | |
"copy:next": "cpx \"dist/next/static/**/*.*\" dist/public/_next/static", | |
"copy:deps": "cpx \"*{package.json,package-lock.json}\" dist/functions", | |
"copy:pages": "cpx \"dist/next/serverless/pages/**/*.*\" dist/functions/pages" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment