leizhe 4 лет назад
Родитель
Сommit
59f6a4371f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -38,6 +38,7 @@
         "debug-electron": "cd static/ && yarn electron:debug",
         "e2e-test": "./node_modules/.bin/cypress open",
         "run-android-release": "yarn clean && yarn release-app && rm -rf ./public/static && mv static ./public && npx cap copy android && npx cap run android",
+        "run-ios-release": "yarn clean && yarn release-app && rm -rf ./public/static && mv static ./public && npx cap copy ios && npx cap run ios",
         "clean": "gulp clean",
         "test": "run-s cljs:test cljs:run-test",
         "report": "run-s cljs:report",