mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
ci(biome): add code check step with biome
This commit is contained in:
parent
8af9ee1aa2
commit
8eb598d4ff
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -14,6 +14,8 @@ jobs:
|
||||
node-version: "20"
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Check malformed code
|
||||
run: npm run check
|
||||
- name: Build
|
||||
run: npm run build
|
||||
env:
|
||||
|
@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"start:dev": "vite --mode development",
|
||||
"check": "biome check .",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run",
|
||||
|
Loading…
Reference in New Issue
Block a user