Explorar o código

build: mv build --> shell

Burt %!s(int64=2) %!d(string=hai) anos
pai
achega
bf422835ba
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json
  2. 0 0
      shell/postinstall.sh

+ 1 - 1
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",

build/postinstall.sh → shell/postinstall.sh