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 897112a commit 4c88ff7Copy full SHA for 4c88ff7
scripts/verify-treeshaking.js
@@ -2,7 +2,7 @@
2
import fs from 'node:fs'
3
import { execa } from 'execa'
4
5
-execa('node', ['scripts/build.js', 'vue', '-f', 'global-runtime']).then(() => {
+execa('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
6
const errors = []
7
8
const devBuild = fs.readFileSync(
0 commit comments