Skip to content
Snippets Groups Projects
Unverified Commit 7042933b authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update build.js

parent 8b7f5be8
No related branches found
No related tags found
No related merge requests found
......@@ -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'], {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment