Skip to content

Commit

Permalink
Merge pull request #13 from thewuhxyz/fix-changesets
Browse files Browse the repository at this point in the history
fix release script
  • Loading branch information
thewuhxyz authored Jul 23, 2024
2 parents d1786d4 + c40e627 commit 10fc310
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 @@ -38,7 +38,7 @@
"lint": "eslint --ext .ts . && prettier --check '{*,**/*}.{js,ts,jsx,tsx,json}'",
"lint:fix": "eslint --fix --ext .ts . && pnpm fmt",
"nuke": "shx rm -rf {.,packages/*}/{node_modules,pnpm-lock.yaml}",
"release": "pnpm build:all && changeset publish"
"release": "pnpm build:packages && changeset publish"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
Expand Down

0 comments on commit 10fc310

Please sign in to comment.