mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
build: 🔨 add cargo clean to clean-all
This commit is contained in:
parent
e49ca7cef4
commit
e4d41a3863
@ -18,4 +18,9 @@ const execa = require('execa');
|
||||
cwd: __dirname + '/../',
|
||||
stdio: 'inherit'
|
||||
});
|
||||
|
||||
execa('cargo', ['clean'], {
|
||||
cwd: __dirname + '/../packages/backend/native-utils',
|
||||
stdio: 'inherit'
|
||||
});
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user