mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
💚 Remove tests from CI build
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "vitest run && next build",
|
||||
"analyze": "vitest run && ANALYZE=true next build",
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"turbo": "turbo run build",
|
||||
"start": "next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"export": "vitest run && next build && next export",
|
||||
"export": "next build && next export",
|
||||
"lint": "next lint",
|
||||
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
||||
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
||||
|
||||
Reference in New Issue
Block a user