mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
build: 🔨 add cargo clean to clean-all
This commit is contained in:
parent
e49ca7cef4
commit
e4d41a3863
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ const execa = require('execa');
|
||||||
cwd: __dirname + '/../',
|
cwd: __dirname + '/../',
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
execa('cargo', ['clean'], {
|
||||||
|
cwd: __dirname + '/../packages/backend/native-utils',
|
||||||
|
stdio: 'inherit'
|
||||||
|
});
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue