forked from FoundKeyGang/FoundKey
Start dev faster if possible by not cleaning before
This commit is contained in:
parent
ef77f281a6
commit
52cbda91b9
1 changed files with 0 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
|||
const execa = require('execa');
|
||||
|
||||
(async () => {
|
||||
await execa('npm', ['run', 'clean'], {
|
||||
cwd: __dirname + '/../',
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
});
|
||||
|
||||
await execa('npm', ['run', 'build'], {
|
||||
cwd: __dirname + '/../packages/foundkey-js',
|
||||
stdout: process.stdout,
|
||||
|
|
Loading…
Reference in a new issue