forked from FoundKeyGang/FoundKey
fix dev script
This commit is contained in:
parent
99bed3f872
commit
90adbfb2c2
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ const execa = require('execa');
|
||||||
stderr: process.stderr,
|
stderr: process.stderr,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await execa('npm', ['run', 'build'], {
|
||||||
|
cwd: __dirname + '/../packages/foundkey-js',
|
||||||
|
stdout: process.stdout,
|
||||||
|
stderr: process.stderr,
|
||||||
|
});
|
||||||
|
|
||||||
execa('npx', ['gulp', 'watch'], {
|
execa('npx', ['gulp', 'watch'], {
|
||||||
cwd: __dirname + '/../',
|
cwd: __dirname + '/../',
|
||||||
stdout: process.stdout,
|
stdout: process.stdout,
|
||||||
|
|
Loading…
Reference in a new issue