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