1 parent ff319a3 commit ecb32baCopy full SHA for ecb32ba
1 file changed
build.js
@@ -5,7 +5,6 @@ const platform = os.platform()
5
6
switch (platform) {
7
case 'win32':
8
- console.log('Building for Windows...')
9
spawnSync('cmd', ['/c', 'npm run build:win'], { stdio: 'inherit' })
10
break
11
case 'linux':
0 commit comments