Skip to content

Commit 24004e7

Browse files
committed
chore: properly cache inputs in build.native
1 parent d211bba commit 24004e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/nativescript-barcodescanner/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"build.native": {
4343
"executor": "nx:run-commands",
44-
"inputs": ["{projectRoot}/native-src/ios"],
44+
"inputs": ["{projectRoot}/native-src/ios/**/*"],
4545
"outputs": ["{projectRoot}/platforms/ios"],
4646
"options": {
4747
"commands": ["./build.sh"],

packages/nativescript-websockets/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"build.native": {
2828
"executor": "nx:run-commands",
29-
"inputs": ["{projectRoot}/native-src/ios"],
29+
"inputs": ["{projectRoot}/native-src/ios/**/*"],
3030
"outputs": ["{projectRoot}/platforms/ios"],
3131
"options": {
3232
"commands": ["./build.sh"],

0 commit comments

Comments
 (0)