From 2fa859d1c4b19374f75ca060970d267bc85377f9 Mon Sep 17 00:00:00 2001 From: BruceNTB Date: Mon, 22 May 2023 20:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20remove=20i18n=20build=20sc?= =?UTF-8?q?ript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 52ec066e3..74ba19d36 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "scripts": { "dev": "./scripts/playground.sh", "dev:i18n": "./scripts/playground.sh i18n", - "dev:i18n-build": "nuxi build playground/i18n", "dev:build": "nuxi build playground/basic", "prepare": "nuxi prepare playground/basic", "dev:fixtures": "./scripts/fixture.sh",