CI Husky test

This commit is contained in:
Sidharth Vinod
2021-05-29 13:54:23 +05:30
parent 85d07c5b16
commit abe3e3bff4
+1 -1
View File
@@ -17,10 +17,10 @@ jobs:
- name: Build & Deploy
run: |
npm i -g yarn
export CI=true
yarn install
yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
export CI=true
yarn build
git config user.name github-actions
git config user.email github-actions@github.com