Skip to content

Commit

Permalink
chore: add publish:next-geo script
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Dec 5, 2024
1 parent 26c5697 commit 62944b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"prepublish": "npm run build",
"publish:release": "yarn publish --access=public --non-interactive",
"publish:geo": "yarn publish --access=public --non-interactive --tag geo",
"publish:next-geo": "yarn publish --access=public --non-interactive --tag next-geo",
"publish:unstable": "yarn publish --new-version 0.0.0-unstable-$(git rev-parse --short=7 HEAD) --access=public --non-interactive --tag unstable",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down Expand Up @@ -55,6 +56,11 @@
"name": "geo",
"prerelease": "geo",
"channel": "geo"
},
{
"name": "next-geo",
"prerelease": "next-geo",
"channel": "next-geo"
}
]
},
Expand Down

0 comments on commit 62944b1

Please sign in to comment.