Update build.js

This commit is contained in:
syuilo 2021-11-14 00:07:07 +09:00 committed by GitHub
parent 8b7f5be878
commit 7042933b3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,12 +17,6 @@ const execa = require('execa');
stderr: process.stderr,
});
await execa('npm', ['run', 'build'], {
cwd: __dirname + '/../packages/client',
stdout: process.stdout,
stderr: process.stderr,
});
console.log('build finishing ...');
await execa('npm', ['run', 'gulp'], {