Skip to content

Commit 1a6f848

Browse files
authored
update
1 parent 024946e commit 1a6f848

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changeset/cs-1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@noxify/gitlab-ci-builder": patch
3+
---
4+
5+
update readme

.changeset/cs-2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@noxify/gitlab-ci-builder": patch
3+
---
4+
5+
fix ci:version and ci:publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
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",

0 commit comments

Comments
 (0)