Revert "Replace Mix with Vite"

This commit is contained in:
KodeStar
2024-02-17 21:02:45 +00:00
committed by GitHub
parent 3a509fca47
commit 36d1d55934
22 changed files with 75 additions and 121 deletions

View File

@@ -38,7 +38,7 @@ jobs:
key: yarn-${{ hashFiles('yarn.lock') }}
- name: Run yarn
run: yarn
run: yarn && yarn dev
- name: Run ESLint
run: yarn lint