From bf422835ba3ff2e2846592366e2136d4dcfd83b6 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Tue, 23 Jan 2024 19:21:39 +0800 Subject: [PATCH] build: mv build --> shell --- package.json | 2 +- {build => shell}/postinstall.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {build => shell}/postinstall.sh (100%) diff --git a/package.json b/package.json index 8ef9fe7..a7dd210 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gitee": "https://gitee.com/codercup/unibest" }, "scripts": { - "postinstall": "sh ./build/postinstall.sh", + "postinstall": "sh ./shell/postinstall.sh", "dev:app": "uni -p app", "dev:app-android": "uni -p app-android", "dev:app-ios": "uni -p app-ios", diff --git a/build/postinstall.sh b/shell/postinstall.sh similarity index 100% rename from build/postinstall.sh rename to shell/postinstall.sh