diff --git a/README.md b/README.md index 7fe9d887210ed..9f87731852aaa 100644 --- a/README.md +++ b/README.md @@ -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