Skip to content

Commit

Permalink
readme: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
almahdi404 committed Oct 19, 2024
1 parent e8e4f5d commit 6842c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/shaggy-dryers-lick.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"synclockver": patch
---

readme(usage): use npx -y
readme(usage): use 'npm i synclockver --no-save && synclockver'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sync package-lock.json versions to package.json
## Usage

```bash
npx -y synclockver
npm i synclockver --no-save && synclockver
```

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"v": "changeset version && npx -y synclockver",
"v": "changeset version && npm i synclockver --no-save && synclockver",
"release": "npm install typescript && npm run build && changeset publish"
},
"devDependencies": {
Expand Down

0 comments on commit 6842c72

Please sign in to comment.