Skip to content

Commit

Permalink
add git-checks: false to publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Mar 14, 2024
1 parent 33cb6f9 commit 027caec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ assets:
~/go/bin/go-bindata -o ./pkg/package-format/bindata.go -pkg package_format -prefix ./pkg/package-format ./pkg/package-format/appimage/templates
~/go/bin/go-bindata -o ./pkg/package-format/snap/snapScripts.go -pkg snap -prefix ./pkg/package-format/snap ./pkg/package-format/snap/desktop-scripts

publish:
pnpm publish

update-deps:
go get -u -d
go mod tidy
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"changeset": "changeset",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"ci:version": "pnpm changelog && changeset version && make assets && git add .",
"ci:publish": "make build-all && pnpm publish && changeset tag"
"ci:publish": "make build-all && pnpm publish --no-git-checks && changeset tag"
},
"publishConfig": {
"tag": "next"
"tag": "next",
"git-checks": false
}
}

0 comments on commit 027caec

Please sign in to comment.