Skip to content

Commit

Permalink
fix: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Mar 12, 2024
1 parent 935c2f9 commit 7251da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"private": true,
"scripts": {
"prettier": "prettier --write \"**/*.{js,ts,tsx,css,scss,json,md,mdx,yml}\"",
"version": "pnpx changeset version && pnpm install --lockfile-only",
"release": "pnpx changeset publish",
"version": "pnpm changeset version && pnpm install --lockfile-only",
"release": "pnpm changeset publish",
"prepare": "husky install"
},
"prettier": {
"singleQuote": true
},
"engines" : {
"engines": {
"node": ">=18.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit 7251da8

Please sign in to comment.