diff --git a/docs/dev/front/how_to_test_changes _to_a_plugin.md b/docs/dev/front/how_to_test_changes _to_a_plugin.md index 5ecee8a..6c590b7 100644 --- a/docs/dev/front/how_to_test_changes _to_a_plugin.md +++ b/docs/dev/front/how_to_test_changes _to_a_plugin.md @@ -66,13 +66,15 @@ While the above approach helps test small changes, It is very time-consuming whe ```bash # Copy files into platforms for building -$ cordova prepare +$ npx cordova prepare # Build the platform specific code -cordova build +npx cordova build ``` > Replace the `` with either `ios` or `android`. +> Make sure you also ["bundle the js webpack"](https://github.com/e-mission/e-mission-phone?tab=readme-ov-file#building-the-app) or there will be no app UI + ## 2. Then, open the project in your IDE. ### For Android development: