7zip.html
7zip.html copied to clipboard
Improve GitHub deployment procedure
i.e. not just to copy the contents of the build folder into the repo root
#10 causes an error:
> cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js && rm -r public && mv build/** ./
mv: cannot move 'build/js' to './js': Directory not empty```