From b5e1d19678794ede977b45b461b7d206c60a6166 Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 9 Jun 2022 12:03:13 -0500 Subject: [PATCH] chore: workflows --- packages/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b9ce22040..073faf9d7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -11,7 +11,7 @@ "ios-dev": "react-native run-ios --scheme StandardNotesDev", "ios-prod": "react-native run-ios --scheme StandardNotes", "clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*", - "init": "yarn cache clean snjs && yarn && pod-install ios", + "init": "pod-install ios", "lint": "yarn lint:eslint && yarn lint:prettier", "lint:eslint": "yarn eslint . --ext .ts,.tsx --fix --quiet", "lint:prettier": "prettier ./src --write",