Added lint to build
All checks were successful
Build and Deploy docker container / build (push) Successful in 3m18s

This commit is contained in:
jblu 2024-11-15 17:24:47 -06:00
parent dbd27cb5c7
commit 7671b0d7bc
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@ jobs:
${{ runner.os }}-yarn-
- name: Update node modules
run: yarn
- name: Lint
run: yarn lint
- name: Build app and export to ./out
run: EXPORT=1 UNOPTIMIZED=1 yarn build
- name: Set up Docker Buildx