Skip to content

Commit 8013eb5

Browse files
committed
Pubishing rbowser libs on dist
1 parent 9c791b7 commit 8013eb5

11 files changed

Lines changed: 101 additions & 20428 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ await connection.streamsAutoCreate.ensureExistsForItems(['body-weight', 'profile
183183

184184
```html
185185
<head>
186-
<script src="../docs/hds-lib.js"></script>
186+
<script src="../dist/hds-lib.js"></script>
187187
<script>
188188
HDSLib.settings.setServiceInfoURL('https://demo.datasafe.dev/reg/service/info');
189189
HDSLib.settings.setPreferredLocales(['fr', 'en']); // ordered
@@ -207,7 +207,7 @@ Source code is in TypeScript in `./ts` directory.
207207

208208
## Build
209209

210-
`npm run build` remove ts anotations and put js code in `./js` and publish the code in `./docs`
210+
`npm run build` remove ts anotations and put js code in `./js` and publish the code in `./dist`
211211

212212
## Tests
213213

@@ -217,8 +217,8 @@ Source code is in TypeScript in `./ts` directory.
217217
- coverage: `npm run test:coverage`
218218

219219
## Browser
220-
Test suite is accessible in `docs/`
221-
run `npx backloop.dev ./docs` and open `https://whatever.backloop.dev:4443/tests.html`
220+
Test suite is accessible in `dist/`
221+
run `npx backloop.dev ./dist` and open `https://whatever.backloop.dev:4443/tests.html`
222222

223223

224224

docs/hds-lib.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/hds-lib.js.LICENSE.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/hds-lib.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)