From 11e5a1b8f98d98d198216ed7cdbd4cbc2a02b149 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 May 2025 14:26:23 +0800 Subject: [PATCH] build script sequential --- next-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-ui/package.json b/next-ui/package.json index 71d6b821..e6bc5ae1 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -5,7 +5,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "run-p i18n-compile type-check \"build-only {@}\" --", + "build": "run-s i18n-compile type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build --force",