Skip to content

Commit 4c88ff7

Browse files
committed
ci: build via pnpm in verify-treeshaking script
1 parent 897112a commit 4c88ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-treeshaking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import fs from 'node:fs'
33
import { execa } from 'execa'
44

5-
execa('node', ['scripts/build.js', 'vue', '-f', 'global-runtime']).then(() => {
5+
execa('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
66
const errors = []
77

88
const devBuild = fs.readFileSync(

0 commit comments

Comments
 (0)