Skip to content

Commit e850305

Browse files
committedOct 2, 2023
chore: use pnpm for publishing
1 parent e2a6a98 commit e850305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/publishCI.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import { publish } from '@vitejs/release-scripts'
33
publish({
44
defaultPackage: 'plugin-vue',
55
provenance: true,
6+
packageManager: 'pnpm',
67
})

0 commit comments

Comments
 (0)
Please sign in to comment.