💚 Remove tests from CI build

This commit is contained in:
Manuel
2023-03-29 13:00:36 +02:00
parent 13531a007c
commit 51a1156e68

View File

@@ -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}\"",