Skip to content

Commit 40b5db9

Browse files
author
Alex Hinds
committed
chore: try this
1 parent 0206f35 commit 40b5db9

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: changesets
3737
uses: changesets/action@v1
3838
with:
39-
version: pnpm changeset version && pnpm changeset tag
39+
version: pnpm cut:version
4040
publish: pnpm -r publish
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script>
2+
window.global = window;
3+
</script>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script>
2+
window.global = window;
3+
</script>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script>
2+
window.global = window;
3+
</script>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script>
2+
window.global = window;
3+
</script>

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "root",
23
"private": true,
34
"engines": {
45
"node": ">=16",
@@ -8,7 +9,8 @@
89
"build": "turbo build",
910
"test": "turbo test",
1011
"validate": "turbo validate",
11-
"typecheck": "turbo typecheck"
12+
"typecheck": "turbo typecheck",
13+
"cut:version": "pnpm changeset version && pnpm changeset tag"
1214
},
1315
"devDependencies": {
1416
"@changesets/cli": "^2.26.0",

0 commit comments

Comments
 (0)