MOBILE-4331 native: Install plugin dependencies

main
Noel De Martin 2023-07-10 13:28:11 +02:00
parent 40d58647af
commit f128379b89
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"ionic:serve:before": "gulp", "ionic:serve:before": "gulp",
"ionic:serve": "cross-env-shell ./scripts/serve.sh", "ionic:serve": "cross-env-shell ./scripts/serve.sh",
"ionic:build:before": "gulp", "ionic:build:before": "gulp",
"postinstall": "patch-package", "postinstall": "patch-package && cd cordova-plugin-moodleapp && npm install",
"lang:update-langpacks": "./scripts/update_langpacks.sh", "lang:update-langpacks": "./scripts/update_langpacks.sh",
"lang:detect-langpacks": "./scripts/update_langpacks.sh detect", "lang:detect-langpacks": "./scripts/update_langpacks.sh detect",
"lang:create-langindex": "./scripts/create_langindex.sh" "lang:create-langindex": "./scripts/create_langindex.sh"