mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
🔧 chore: update test config
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"release": "semantic-release",
|
||||
"start": "next start",
|
||||
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
|
||||
"test": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test": "vitest --passWithNoTests",
|
||||
"test:coverage": "vitest run --coverage --passWithNoTests",
|
||||
"test:update": "vitest -u",
|
||||
"ts-check": "tsc --noEmit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user