Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Sep 21, 2023
1 parent 77d5342 commit 13263ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ workflows:
scripts:
- name: Build
script: |
sudo apt-get install nodejs
sudo npm install --save-dev webpack webpack-cli
cd www && mkdir dist && cd ..
npm run build
- name: install cordova
script: |
ls
sudo npm install -g [email protected]
- name: add android project
script: |
sudo cordova platform add android
sh clean.sh
cd platforms
Expand Down

0 comments on commit 13263ab

Please sign in to comment.