mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 12:04:39 +00:00
use nightmare for testing
This commit is contained in:
@@ -14,7 +14,7 @@ exports.dest = path.resolve(
|
||||
);
|
||||
|
||||
if (exports.dev) {
|
||||
mkdirp(exports.dest);
|
||||
mkdirp.sync(exports.dest);
|
||||
rimraf.sync(path.join(exports.dest, '**/*'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user