mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
embark reset
should cleanup dapp's node_modules/.cache
This commit is contained in:
parent
b41f5a397d
commit
51ac4ddee8
@ -406,6 +406,7 @@ class EmbarkController {
|
||||
var fs = require('../lib/core/fs.js');
|
||||
fs.removeSync('./chains.json');
|
||||
fs.removeSync('.embark/');
|
||||
fs.removeSync('node_modules/.cache');
|
||||
fs.removeSync('dist/');
|
||||
console.log(__("reset done!").green);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user