Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 227 Bytes

THORIUM_BUILD.md

File metadata and controls

8 lines (8 loc) · 227 Bytes
  1. rm -rf node_modules/ && rm package-lock.json
  2. npm install --legacy-peer-deps
  3. npm install -g gulp-cli
  4. gulp test
  5. gulp web
  6. cd build/gh-pages
  7. git push --set-upstream origin gh-pages -f
  8. cd ../..