mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Update build.js
This commit is contained in:
parent
30a7f8bad1
commit
ebc1116be2
1 changed files with 0 additions and 6 deletions
|
@ -17,12 +17,6 @@ const execa = require('execa');
|
||||||
stderr: process.stderr,
|
stderr: process.stderr,
|
||||||
});
|
});
|
||||||
|
|
||||||
await execa('npm', ['run', 'build'], {
|
|
||||||
cwd: __dirname + '/../packages/client',
|
|
||||||
stdout: process.stdout,
|
|
||||||
stderr: process.stderr,
|
|
||||||
});
|
|
||||||
|
|
||||||
console.log('build finishing ...');
|
console.log('build finishing ...');
|
||||||
|
|
||||||
await execa('npm', ['run', 'gulp'], {
|
await execa('npm', ['run', 'gulp'], {
|
||||||
|
|
Loading…
Reference in a new issue