From 3f2e3a9ba5d3879cb053cc5650cde5c2f164d3fa Mon Sep 17 00:00:00 2001 From: 1aron Date: Mon, 6 Nov 2023 00:11:24 +0800 Subject: [PATCH] Update scripts --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 31fe32460..62354e396 100644 --- a/website/package.json +++ b/website/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "cd ../ && pnpm build && cd website && next build && npx mcss render \".next/**/*.html\"", + "build": "cd ../ && pnpm build && cd website && next build && pnpm exec mcss render \".next/**/*.html\"", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit"