We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccdc5a commit b044495Copy full SHA for b044495
2 files changed
.github/workflows/ci.yml
@@ -196,14 +196,14 @@ jobs:
196
- name: Prepare iOS environment
197
uses: ./.github/actions/prepare-ios
198
199
+ - name: Install ccache
200
+ run: brew install ccache
201
+
202
- name: Log ccache stats
203
uses: ./.github/actions/ccache-summary
204
with:
205
name: RNApp & AppleApp
206
- - name: Install ccache
- run: brew install ccache
-
207
- name: Enable ccache
208
run: echo "$(brew --prefix)/opt/ccache/libexec" >> $GITHUB_PATH
209
packages/cli/turbo.json
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "https://turbo.build/schema.json",
3
+ "extends": ["//"],
4
+ "tasks": {
5
+ "build": {
6
+ "inputs": ["src/**/*"],
7
+ "outputs": ["dist/**"]
8
+ }
9
10
+}
0 commit comments