We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e06b54 commit 27b8250Copy full SHA for 27b8250
example/package.json
@@ -38,6 +38,11 @@
38
"workbox-streams": "5.1.4"
39
},
40
"scripts": {
41
+ "android:certif": "cd android && ./gradlew signingReport",
42
+ "android:clean": "cd android && ./gradlew clean",
43
+ "android:debug": "cd android && ./gradlew installDebug",
44
+ "android:debugLog": "adb -d logcat com.ahmnouira.ionicReactPush:I *:S",
45
+ "update": "ionic cap copy && ionic cap sync",
46
"start": "react-scripts start",
47
"build": "react-scripts build",
48
"test": "react-scripts test",
0 commit comments