Skip to content

Commit

Permalink
Merge pull request #304 from terwer/dev
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
terwer committed Mar 14, 2024
2 parents e71248c + 4ec5045 commit a148a1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/Universal-PicGo-Core/README.md
Expand Up @@ -17,25 +17,25 @@ picgo lib for node, browser and electron
## Dev

```bash
pnpm dev -F Universal-PicGo-Core
pnpm dev -F universal-picgo
```

## Build

```bash
pnpm build -F Universal-PicGo-Core
pnpm build -F universal-picgo
```

## Test

Execute the unit tests via [vitest](https://vitest.dev)

```bash
pnpm test -F Universal-PicGo-Core
pnpm test -F universal-picgo
```

## Publish

```bash
pnpm publish -F Universal-PicGo-Core --tag latest
pnpm publish -F universal-picgo --tag latest
```

0 comments on commit a148a1c

Please sign in to comment.