Skip to content

Commit c09b7f8

Browse files
committed
chore: project
1 parent 6ffa83f commit c09b7f8

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

packages/ble/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
* [Update readme ](#update-readme-)
7373
* [Update doc ](#update-doc-)
7474
* [Publish](#publish)
75+
* [modifying submodules](#modifying-submodules)
7576
* [Questions](#questions)
7677

7778

@@ -416,6 +417,7 @@ To start the interactive menu, run `npm start` (or `yarn start` or `pnpm start`)
416417
```bash
417418
npm run build.all
418419
```
420+
WARNING: it seems `yarn build.all` wont always work (not finding binaries in `node_modules/.bin`) which is why the doc explicitly uses `npm run`
419421

420422
### Demos
421423

@@ -425,6 +427,10 @@ npm run demo.[ng|react|svelte|vue].[ios|android]
425427
npm run demo.svelte.ios # Example
426428
```
427429

430+
Demo setup is a bit special in the sense that if you want to modify/add demos you dont work directly in `demo-[ng|react|svelte|vue]`
431+
Instead you work in `demo-snippets/[ng|react|svelte|vue]`
432+
You can start from the `install.ts` of each flavor to see how to register new demos
433+
428434

429435
[](#contributing)
430436

@@ -466,6 +472,15 @@ Simply run
466472
npm run publish
467473
```
468474

475+
### modifying submodules
476+
477+
The repo uses https:// for submodules which means you won't be able to push directly into the submodules.
478+
One easy solution is t modify `~/.gitconfig` and add
479+
```
480+
[url "ssh://[email protected]/"]
481+
pushInsteadOf = https://github.com/
482+
```
483+
469484

470485
[](#questions)
471486

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,18 +3031,18 @@ __metadata:
30313031
languageName: node
30323032
linkType: hard
30333033

3034-
"@nativescript-community/arraybuffers@npm:^1.1.1":
3035-
version: 1.1.3
3036-
resolution: "@nativescript-community/arraybuffers@npm:1.1.3"
3037-
checksum: 632b301e93abf5d141e44b9b6663691f77c9923f72a1f032221e3dc6497c918414a9151b615919c634c3661f7939c2e43a4a295de297a6400afb1354def0a6dd
3034+
"@nativescript-community/arraybuffers@npm:^1.1.5":
3035+
version: 1.1.5
3036+
resolution: "@nativescript-community/arraybuffers@npm:1.1.5"
3037+
checksum: d7c77861b9fa6ff49eb25c34dbe361612b56c3cb0ff6fe08a8295444a8e23d29934b3b5ce7901e7bb27c50d39274b487d4d7fae513052b0412be12b23aee1f7b
30383038
languageName: node
30393039
linkType: hard
30403040

30413041
"@nativescript-community/ble@*, @nativescript-community/ble@workspace:packages/ble":
30423042
version: 0.0.0-use.local
30433043
resolution: "@nativescript-community/ble@workspace:packages/ble"
30443044
dependencies:
3045-
"@nativescript-community/arraybuffers": ^1.1.1
3045+
"@nativescript-community/arraybuffers": ^1.1.5
30463046
"@nativescript-community/observable": ^2.0.11
30473047
"@nativescript-community/perms": ^2.3.0
30483048
make-error: 1.3.6
@@ -3066,7 +3066,7 @@ __metadata:
30663066

30673067
"@nativescript-community/plugin-seed-tools@file:tools::locator=root-workspace-0b6124%40workspace%3A.":
30683068
version: 1.0.0
3069-
resolution: "@nativescript-community/plugin-seed-tools@file:tools#tools::hash=870177&locator=root-workspace-0b6124%40workspace%3A."
3069+
resolution: "@nativescript-community/plugin-seed-tools@file:tools#tools::hash=04c8d6&locator=root-workspace-0b6124%40workspace%3A."
30703070
dependencies:
30713071
"@angular/animations": ~16.2.8
30723072
"@angular/common": ~16.2.8
@@ -3131,7 +3131,7 @@ __metadata:
31313131
vue: ~2.6.14
31323132
yargs: ^17.7.2
31333133
zone.js: ~0.14.0
3134-
checksum: 3a5ff0e83445d994057cdbd364673465ad352ed82104d2f1138abdade44594e5c69e3a2fcfbf649f9985a3edde341afd202498b1435eeeccc9307794cd5fc8ea
3134+
checksum: 7459de87eb488dc3802a3d6153c5c81aea48cdce26a42283e7cba6d5c38204eeb60b7c5d2629f96e7fd9f1632fd498b256e8f8629c956a0e514bd8b20341d65a
31353135
languageName: node
31363136
linkType: hard
31373137

@@ -15984,7 +15984,7 @@ __metadata:
1598415984
version: 0.0.0-use.local
1598515985
resolution: "root-workspace-0b6124@workspace:."
1598615986
dependencies:
15987-
"@nativescript-community/arraybuffers": ^1.1.1
15987+
"@nativescript-community/arraybuffers": ^1.1.5
1598815988
"@nativescript-community/observable": ^2.0.11
1598915989
"@nativescript-community/perms": ^2.3.0
1599015990
"@nativescript-community/plugin-seed-tools": "file:tools"

0 commit comments

Comments
 (0)