Skip to content

Commit

Permalink
chore: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hinds committed Mar 1, 2023
1 parent 0206f35 commit 40b5db9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm changeset version && pnpm changeset tag
version: pnpm cut:version
publish: pnpm -r publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions examples/react-esm/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<script>
window.global = window;
</script>
3 changes: 3 additions & 0 deletions examples/react-v16.8/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<script>
window.global = window;
</script>
3 changes: 3 additions & 0 deletions examples/react-v17/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<script>
window.global = window;
</script>
3 changes: 3 additions & 0 deletions examples/react-v18/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<script>
window.global = window;
</script>
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "root",
"private": true,
"engines": {
"node": ">=16",
Expand All @@ -8,7 +9,8 @@
"build": "turbo build",
"test": "turbo test",
"validate": "turbo validate",
"typecheck": "turbo typecheck"
"typecheck": "turbo typecheck",
"cut:version": "pnpm changeset version && pnpm changeset tag"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
Expand Down

0 comments on commit 40b5db9

Please sign in to comment.