chore: bump version to 0.0.19

This commit is contained in:
Simon Chan 2023-04-09 14:18:42 +08:00
parent 59c470a76c
commit d6fc80c628
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
52 changed files with 281 additions and 225 deletions

View file

@ -25,19 +25,19 @@ $ rush install
### Everyday commands
* Build all packages:
- Build all packages:
```sh
$ rush build
```
* Watch changes and rebuild in all libraries:
- Watch changes and rebuild in all libraries:
```sh
$ rush build:watch
```
* Start demo's dev-server:
- Start demo's dev-server:
```sh
$ cd apps/demo
@ -61,6 +61,14 @@ npx next export
This will create an `out` folder containing exported HTML files and all required resource files.
## Release new versions
```sh
rush version --bump
export NPM_AUTH_TOKEN=...
rush publish -p --include-all --set-access-level public
```
## FAQ
### 1. WebUSB and File downloading doesn't when developing/self-host?