💚 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": {
"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}\"",