pkg-pr-new
1 parent d194c55 commit 81e03cbCopy full SHA for 81e03cb
3 files changed
.github/workflows/ci.yml
@@ -57,3 +57,22 @@ jobs:
57
uses: codecov/codecov-action@v5
58
env:
59
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
60
+
61
+ release:
62
+ runs-on: ubuntu-latest
63
+ steps:
64
+ - uses: actions/checkout@v4
65
+ - run: corepack enable
66
+ - uses: actions/setup-node@v4
67
+ with:
68
+ node-version: lts/*
69
+ cache: pnpm
70
71
+ - name: 📦 Install dependencies
72
+ run: pnpm install --frozen-lockfile
73
74
+ - name: 🛠 Build project
75
+ run: pnpm build
76
77
+ - name: 🌃 publish nightly release
78
+ run: pnpm pkg-pr-new publish --compact
package.json
@@ -82,6 +82,7 @@
82
"installed-check": "9.3.0",
83
"lint-staged": "16.1.5",
84
"nuxt": "4.0.3",
85
+ "pkg-pr-new": "0.0.54",
86
"simple-git-hooks": "2.13.1",
87
"typescript": "5.9.2",
88
"vitest": "3.2.4",
0 commit comments