fix(build): improved asset handling
This commit is contained in:
parent
5fe9134f4a
commit
cb2430f7b2
@ -50,5 +50,5 @@
|
|||||||
"smartsystem": "^2.0.2",
|
"smartsystem": "^2.0.2",
|
||||||
"through2": "^2.0.3"
|
"through2": "^2.0.3"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": false
|
||||||
}
|
}
|
||||||
|
@ -78,8 +78,8 @@ let publish = async () => {
|
|||||||
plugins.beautylog.success(`Nice!!! The build for the publication was successfull!`);
|
plugins.beautylog.success(`Nice!!! The build for the publication was successfull!`);
|
||||||
plugins.beautylog.log(`Lets clean up so we don't publish any packages that don't belong to us:`);
|
plugins.beautylog.log(`Lets clean up so we don't publish any packages that don't belong to us:`);
|
||||||
// -> clean up before we publish stuff
|
// -> clean up before we publish stuff
|
||||||
await bashNoError(`rm -r .npmci_cache`);
|
await bashNoError(`rm -r ./.npmci_cache`);
|
||||||
await bash(`rm -r node_modules`);
|
await bash(`rm -r ./node_modules`);
|
||||||
|
|
||||||
plugins.beautylog.success(`Cleaned up!:`);
|
plugins.beautylog.success(`Cleaned up!:`);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user