From b6776739c746d7d6ee9b574fb63539a48ee3238b Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Wed, 30 Aug 2023 15:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=B7=BB=E5=8A=A0word.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf59a2e..afff70e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nuxt-app", "private": true, "scripts": { - "build": "nuxt build", + "build": "nuxt build && mv ./word.json ./.output/", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview",