Fix lint issues

This commit is contained in:
Sidharth Vinod
2021-06-12 11:13:44 +05:30
parent 4f52a37e1d
commit 3848f9d618
6 changed files with 6 additions and 7 deletions
-1
View File
@@ -34,7 +34,6 @@ jobs:
build: yarn build
start: yarn preview
wait-on: 'http://localhost:3000'
wait-on-timeout: 120
record: true
headless: true
env:
+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