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 06c958a commit af0e715
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
- run:
name: generate android project
command: |
sudo su
npm install --save-dev webpack webpack-cli
sudo npm install --save-dev webpack webpack-cli
cd www && mkdir dist && cd ..
npm run build
ls
npm install -g [email protected]
sudo npm install -g [email protected]
cordova platform add android
ls
cordova plugin add [email protected]
Expand Down

0 comments on commit af0e715

Please sign in to comment.