Skip to content

Commit

Permalink
chore: update changeset publish command to skip git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr committed Feb 26, 2025
1 parent 6e69504 commit f989cb4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .changeset/vast-years-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@equinor/fusion-react-ag-grid-person-cell': patch
'@equinor/fusion-react-ag-grid-utils': patch
'@equinor/fusion-react-context-selector': patch
'@equinor/fusion-react-date': patch
'@equinor/fusion-react-errorboundary': patch
'@equinor/fusion-react-filter': patch
'@equinor/fusion-react-hanging-garden': patch
'@equinor/fusion-react-list': patch
'@equinor/fusion-react-markdown': patch
'@equinor/fusion-react-person': patch
'@equinor/fusion-react-ripple': patch
'@equinor/fusion-react-searchable-dropdown': patch
'@equinor/fusion-react-side-sheet': patch
'@equinor/fusion-react-skeleton': patch
'@equinor/fusion-react-stepper': patch
'@equinor/fusion-react-styles': patch
'@equinor/fusion-react-textarea': patch
'@equinor/fusion-react-utils': patch
'@equinor/fusion-react-components-stories': patch
---

re-release, no changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lerna:update": "lernaupdate",
"lerna:dedupe": "lernaupdate --dedupe",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"changeset:publish": "pnpm changeset tag && pnpm publish -r"
"changeset:publish": "pnpm changeset tag && pnpm publish -r --no-git-checks"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f989cb4

Please sign in to comment.