Skip to content

Instantly share code, notes, and snippets.

@mattecapu
Created January 10, 2017 17:07
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 mattecapu/f1bef19381136bc1f115b7fd522e7303 to your computer and use it in GitHub Desktop.
Save mattecapu/f1bef19381136bc1f115b7fd522e7303 to your computer and use it in GitHub Desktop.
"start": "node dist/server.js",
"clean": "rm -rf dist",
"prebuild": "npm run clean && mkdir dist && cp -r src/** dist/",
"build": "babel src --ignore pages/*,components/* -d dist && next build dist",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment