mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
chore: bump version to 0.0.19
This commit is contained in:
parent
59c470a76c
commit
d6fc80c628
52 changed files with 281 additions and 225 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue