Add lint and prettier step on test-deploy

This commit is contained in:
Ariful Alam 2022-03-22 02:23:15 +06:00
parent f409069210
commit db3d5c363d

View File

@ -26,6 +26,12 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run prettier
run: npm run prettier
- name: Build
run: npm run build
env: