Disable lint

This commit is contained in:
Sidharth Vinod
2021-06-03 12:29:56 +05:30
parent 1064f3ce81
commit 4d6a2478ab
+1 -1
View File
@@ -33,7 +33,7 @@ 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
# yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
cd bin