Skip to content

Commit 551e426

Browse files
committed
Renamed extension of script to have it running also on windows
1 parent 0b29726 commit 551e426

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ionic/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"cordova",
2626
"ionic"
2727
],
28-
"platforms": ["android", "ios"],
28+
"platforms": [
29+
"android",
30+
"ios"
31+
],
2932
"devDependencies": {
3033
"@types/cordova": "0.0.34",
3134
"prettier": "^2.0.5",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@
135135
<!-- COPY FCM CONFIG FILES TO PLATFORM BEFORE COMPILING -->
136136
<hook src="scripts/copy_google_service_files.js" type="after_prepare" />
137137
<hook src="scripts/copy_google_service_files.js" type="after_plugin_add" />
138-
<hook src="scripts/install_ionic_dependencies.sh" type="after_plugin_add" />
138+
<hook src="scripts/install_ionic_dependencies.bat" type="after_plugin_add" />
139139
<hook src="scripts/cdnfy_podfile.js" type="before_plugin_install" />
140140
</plugin>
File renamed without changes.

0 commit comments

Comments
 (0)