Skip to content

Instantly share code, notes, and snippets.

@hatakancicek
Created November 24, 2019 19:36
Show Gist options
  • Save hatakancicek/be2f1ff271b3180dd01d2435a89db199 to your computer and use it in GitHub Desktop.
Save hatakancicek/be2f1ff271b3180dd01d2435a89db199 to your computer and use it in GitHub Desktop.
{
"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