Skip to content

Commit

Permalink
update config circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
snyuryev committed Oct 20, 2021
1 parent 4009066 commit 85ad3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
command: cd examples/AlanBasicExample && npm install
- run:
name: Add platfrom iOS
command: cd examples/AlanBasicExample && cordova platform add ios
command: sudo cd examples/AlanBasicExample && cordova platform add ios
- run:
name: Build AlanBasicExample for iOS
command: cd examples/AlanBasicExample && cordova build ios
command: sudo cd examples/AlanBasicExample && cordova build ios
- save_cache:
key: node-modules-cache
paths:
Expand Down

0 comments on commit 85ad3a2

Please sign in to comment.