Skip to content

Commit

Permalink
Fix emoji in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Mar 7, 2023
1 parent fa48457 commit e64ad26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@ The first build with a green check mark is the latest build. You will need to ha
## How to build and test
### Commands for the Android APK
```bash
# ?? Packs the project using `webpack.cordova.config.js`
yarn pack:cordova
# ?? Builds the debug APK and launches it on a connected device
yarn run:cordova
# ?? Builds the development APK
yarn build:cordova
# ?? Builds the release APK
yarn build:cordova --release
# 📦 Packs the project using `webpack.cordova.config.js`
yarn pack:cordova
# 🏗 Builds the debug APK and launches it on a connected device
yarn run:cordova
# 🚧 Builds the development APK
yarn build:cordova
# 🏦 Builds the release APK
yarn build:cordova --release
```
### Commands for the PWA (progressive web app)
```bash
# ?? Debugs the project using `webpack.web.config.js`
yarn dev:web
# ?? Packs the project using `webpack.web.config.js`
yarn pack:web
# 🐛 Debugs the project using `webpack.web.config.js`
yarn dev:web
# 🎁 Packs the project using `webpack.web.config.js`
yarn pack:web
```
## Contributing

Expand Down

0 comments on commit e64ad26

Please sign in to comment.