{ | |
"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