Clean and deploy

This commit is contained in:
Sidharth Vinod
2021-05-29 15:50:31 +05:30
parent eab37842de
commit 29b555bf7c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ jobs:
run: |
npm i -g yarn
export CI=true
rm -rf docs/_app
yarn install
yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)