We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb3807 commit ad00403Copy full SHA for ad00403
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
- run: pnpm lint
33
- run: pnpm test
34
- run: pnpm build
35
+ - name: publish nightly release
36
+ if: github.event_name == 'pull_request'
37
+ run: pnpm pkg-pr-new publish --compact
38
- run: pnpm test:types
39
- run: pnpm dev:build
40
- uses: codecov/codecov-action@v5
package.json
@@ -82,6 +82,7 @@
82
"nuxt": "^3.14.1592",
83
"nuxt-fonts-devtools": "workspace:*",
84
"ofetch": "^1.4.1",
85
+ "pkg-pr-new": "^0.0.39",
86
"playwright-core": "^1.49.1",
87
"semver": "^7.6.3",
88
"shiki": "^1.24.2",
0 commit comments