From 17f1be7ff9441bccc907b8c4923191a1680bd4bc Mon Sep 17 00:00:00 2001 From: Aira Sakuranomiya Date: Wed, 27 Sep 2023 09:09:28 +0800 Subject: [PATCH] Update postinstall.js --- postinstall.js | 1 - 1 file changed, 1 deletion(-) diff --git a/postinstall.js b/postinstall.js index 39765f6d..d513ec98 100644 --- a/postinstall.js +++ b/postinstall.js @@ -5,7 +5,6 @@ import { exec as originalExec } from "child_process"; const commands = [ "nuxt prepare", "patch-package", - "npm --prefix ./packages/kirakira-backend run build", "npm --prefix ./locales/editor run build", ];