From 59761c1c04a8896120e164044ae905f5c244fbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Wed, 4 Jan 2023 23:43:01 +0800 Subject: [PATCH] ci: remove testing on netlify --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9060086f..ed2110f0 100755 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "dist" - command = "pnpm run build && pnpm run test && pnpm run lint && pnpm test:typecheck" + command = "pnpm run build" # Redirect to Discord server [[redirects]]