Skip to content

Commit 565c97c

Browse files
authored
fix: add build-extras to npm distribution (#1112)
1 parent 1632274 commit 565c97c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

example/IonicCapOneSignal/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ adb --version
2222

2323
Then run `ionic capacitor run android` and select the device to run on. This should open the emulator either standalone or in the Android Studio window.
2424

25+
NOTE: If console (in the app) is empty then minimize the app then reopen it.
26+
2527
## iOS
2628

2729
For iOS, you can run `ionic capacitor run ios`.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"files": [
66
"dist",
77
"plugin.xml",
8-
"src"
8+
"src",
9+
"build-extras-onesignal.gradle"
910
],
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)