docs(deploy): Clean dist directory before building
This commit is contained in:
parent
74a553f22e
commit
1cb6964ba4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
rm -rf ./dist
|
||||
yarn run build
|
||||
gh-pages -d dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue