1
0
Fork 0

docs(deploy): Clean dist directory before building

This commit is contained in:
Pixelastic 2018-08-20 13:56:18 +02:00
parent 74a553f22e
commit 1cb6964ba4

View file

@ -1,5 +1,6 @@
#!/usr/bin/env sh
set -e
rm -rf ./dist
yarn run build
gh-pages -d dist