We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d211bba commit 24004e7Copy full SHA for 24004e7
2 files changed
packages/nativescript-barcodescanner/project.json
@@ -41,7 +41,7 @@
41
},
42
"build.native": {
43
"executor": "nx:run-commands",
44
- "inputs": ["{projectRoot}/native-src/ios"],
+ "inputs": ["{projectRoot}/native-src/ios/**/*"],
45
"outputs": ["{projectRoot}/platforms/ios"],
46
"options": {
47
"commands": ["./build.sh"],
packages/nativescript-websockets/project.json
@@ -26,7 +26,7 @@
26
27
28
29
30
31
32
0 commit comments