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 7b700ea commit f7bd120Copy full SHA for f7bd120
__tests__/build.helper.js
@@ -14,7 +14,9 @@ const runTests = useTS =>
14
path.join(process.cwd(), '__tests__/projects/' + projectName, p)
15
16
const { stdout } = await project.run(
17
- `vue-cli-service build:electron ${isWin ? '--win zip' : ''} --linux zip`
+ `vue-cli-service build:electron --x64 ${
18
+ isWin ? '--win zip' : ''
19
+ } --linux zip`
20
)
21
// Ensure built completes
22
expect(stdout.indexOf('Build complete!')).not.toBe(-1)
0 commit comments