File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @noxify/gitlab-ci-builder " : patch
3+ ---
4+
5+ update readme
Original file line number Diff line number Diff line change 1+ ---
2+ " @noxify/gitlab-ci-builder " : patch
3+ ---
4+
5+ fix ci: version and ci: publish
Original file line number Diff line number Diff line change 2727 ],
2828 "scripts" : {
2929 "build" : " tsdown" ,
30- "ci:publish" : " changeset publish" ,
31- "ci:version" : " changeset version" ,
30+ "ci:publish" : " pnpm build && pnpm publish -r --access public --publish-branch main && pnpm changeset tag " ,
31+ "ci:version" : " pnpm changeset version && pnpm install --no-frozen-lockfile && git add . " ,
3232 "cs" : " changeset" ,
3333 "dev" : " tsdown --watch" ,
3434 "format" : " prettier --check . --ignore-path ./.gitignore --ignore-path ./.prettierignore" ,
You can’t perform that action at this time.
0 commit comments