Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix version script (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 10, 2023
1 parent 94b219e commit e87ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"check": "tsc -p tsconfig.json --noEmit",
"coverage": "vitest run --coverage",
"circular": "madge --extensions ts --circular --no-color --no-spinner --warning src",
"update-version": "changeset version && pnpm install --no-frozen-lockfile",
"version": "changeset version",
"lint": "eslint src test",
"lint-fix": "eslint src test --fix",
"fix": "preconstruct fix",
Expand Down

0 comments on commit e87ff20

Please sign in to comment.