mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:03:09 +02:00
Update build.js
This commit is contained in:
parent
8b7f5be878
commit
7042933b3b
1 changed files with 0 additions and 6 deletions
|
@ -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'], {
|
||||
|
|
Loading…
Reference in a new issue