Skip to content

Commit

Permalink
feat: publish picgo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 30, 2024
1 parent 5e50d69 commit 31265d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/Universal-PicGo-Store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ For PicGo projects to write & read data from browser, node or electron
## Dev

```bash
pnpm dev -F Universal-PicGo-Store
pnpm dev -F universal-picgo-store
```

## Build

```bash
pnpm build -F Universal-PicGo-Store
pnpm build -F universal-picgo-store
```

## Test

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

```bash
pnpm test -F Universal-PicGo-Store
pnpm test -F universal-picgo-store
```

## Publish

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

0 comments on commit 31265d2

Please sign in to comment.