Paco Mendes
Results
1
comments of
Paco Mendes
Alternative solution to gh-pages is to publish public docs to a /docs directory which is simpler than another branch: `"gh-pages": "rm -fr docs/;mkdir docs;npm run clean;npm run build;cp -r dist/site/...