Skip to content

Commit

Permalink
Add publishBranch script back
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Mar 25, 2024
1 parent d651f20 commit 69bef5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepublishOnly": "pnpm test && pnpm lint && pnpm build"
"prepublishOnly": "pnpm test && pnpm lint && pnpm build",
"publish-branch": "tsx scripts/publish-branch.ts"
},
"devDependencies": {
"@microsoft/api-extractor": "7.40.2",
Expand Down

0 comments on commit 69bef5b

Please sign in to comment.