Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created July 4, 2018 07:20
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 codeaholicguy/ccca3ee0e809d88f798eb8e65c91f082 to your computer and use it in GitHub Desktop.
Save codeaholicguy/ccca3ee0e809d88f798eb8e65c91f082 to your computer and use it in GitHub Desktop.
{
"scripts": {
"build": "NODE_ENV=production parcel build src/index.html -d dist --detailed-report --no-source-maps",
"clean": "rimraf dist",
"prebuild": "yarn run clean && mkdir dist && cp -R src/public/* dist",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment