File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
export PATH=$PATH :$( npm bin -g)
10
10
11
11
if ! which node > /dev/null; then
12
- echo " warning: Node is not installed. Vist https://nodejs.org/en/download/ to install it"
12
+ echo " warning: Node is not installed. Visit https://nodejs.org/en/download/ to install it"
13
13
exit 1
14
14
elif ! test -f ./amplifytools.xcconfig; then
15
15
npx amplify-app --platform ios
@@ -28,7 +28,7 @@ if $amplifyModelgen; then
28
28
echo " modelgen is set to true, generating Swift models from schema.graphql..."
29
29
amplify codegen model
30
30
# calls amplify-app again so the Xcode project is updated with the generated models
31
- amplify-app --platform ios
31
+ npx amplify-app --platform ios
32
32
fi
33
33
34
34
if [ -z " $amplifyAccessKey " ] || [ -z " $amplifySecretKey " ] || [ -z " $amplifyRegion " ]; then
You can’t perform that action at this time.
0 commit comments