Skip to content

Commit

Permalink
Update Changesets (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored Jan 23, 2023
1 parent 1bf6ffe commit 1bff0a2
Show file tree
Hide file tree
Showing 3 changed files with 777 additions and 323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Create Pull Request or Publish to npm"
uses: changesets/action@v1
with:
publish: yarn release --otp=1
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"postinstall": "preconstruct dev && manypkg check",
"release": "yarn preconstruct build && yarn changeset publish",
"release": "preconstruct build && changeset publish",
"test": "jest",
"test-gatsby": "cd test-gatsby && gatsby develop"
},
Expand All @@ -24,8 +24,8 @@
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.5.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@preconstruct/cli": "^2.2.2",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^29.2.4",
Expand Down
Loading

0 comments on commit 1bff0a2

Please sign in to comment.