Fix build

This commit is contained in:
Sidharth Vinod
2022-03-14 17:27:35 +05:30
parent 8e6d851bb7
commit 49021cc756
+1 -3
View File
@@ -26,11 +26,9 @@ jobs:
[ "$GITHUB_EVENT_NAME" == "pull_request" ] && export BETA=true && rm -rf docs/beta/
[ "$GITHUB_EVENT_NAME" != "pull_request" ] && rm -rf docs/_app/
yarn install
yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
cd bin
./fix-path
yarn run lint
cd ..
- name: Deploy