We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2f803 commit 6c266d4Copy full SHA for 6c266d4
1 file changed
.github/workflows/cr.yml
@@ -38,6 +38,10 @@ jobs:
38
# rewrite .ts exports to .js
39
pnpm --filter='./packages/*' -c exec "echo \$(cat package.json | jq '.exports = .publishConfig.exports') > package.json"
40
41
- - name: Release
+ - name: Release Vite-Plugin-Nitro-2
42
+ run: |
43
+ pnpm dlx pkg-pr-new@0.0 publish './packages/start-nitro-v2-vite-plugin'
44
+
45
+ - name: Release Start
46
run: |
47
pnpm dlx pkg-pr-new@0.0 publish './packages/start' --template './examples/*' --compact
0 commit comments