chore: Remove lint after build

This commit is contained in:
Sidharth Vinod
2025-03-15 19:32:37 -07:00
parent e0cbcd21a8
commit c9905606a1

View File

@@ -37,7 +37,6 @@ jobs:
yarn install
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
yarn run lint
- name: Upload artifact
uses: actions/upload-pages-artifact@v3