Skip to content

Commit

Permalink
ci: build via pnpm in verify-treeshaking script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 26, 2023
1 parent 897112a commit 4c88ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-treeshaking.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import fs from 'node:fs'
import { execa } from 'execa'

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

const devBuild = fs.readFileSync(
Expand Down

0 comments on commit 4c88ff7

Please sign in to comment.