7zip.html icon indicating copy to clipboard operation
7zip.html copied to clipboard

Improve GitHub deployment procedure

Open blokhin opened this issue 5 years ago • 1 comments

i.e. not just to copy the contents of the build folder into the repo root

blokhin avatar Mar 21 '21 12:03 blokhin

#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```

blokhin avatar Mar 30 '21 13:03 blokhin