Start dev faster if possible by not cleaning before

This commit is contained in:
Michcio 2022-09-25 14:57:33 +02:00
parent ef77f281a6
commit 52cbda91b9
1 changed files with 0 additions and 6 deletions

View File

@ -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,