Skip to content

Commit

Permalink
build(release): fix postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Oct 8, 2022
1 parent 0de7e54 commit 5509441
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 @@
"build": "tsup",
"fmt:lint": "eslint --fix --ext .js,.ts,.tsx .",
"fmt:prettier": "prettier --write \"**/*.{js,ts,tsx,json}\"",
"postversion": "tsx scripts/release.ts restore",
"postversion": "tsx ../scripts/release.ts restore",
"prebuild": "rimraf dist",
"prepare": "is-ci || husky install",
"prerelease": "tsx scripts/release.ts prepare",
Expand Down

1 comment on commit 5509441

@vercel
Copy link

@vercel vercel bot commented on 5509441 Oct 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.