Skip to content

Commit

Permalink
Fixed cordova gulpfile to use npx for cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Sep 9, 2024
1 parent 074602e commit 37d0be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp-cordova/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const compile = () =>
})

// to make sure all files are copied in the proper place
const prepareIOS = () => exec("cordova prepare ios")
const prepareIOS = () => exec("npx cordova prepare ios")

// patch testapp files
const patchNativeFiles = () =>
Expand Down

0 comments on commit 37d0be2

Please sign in to comment.