@@ -46,10 +46,11 @@ export async function runPreserve() {
...
@@ -46,10 +46,11 @@ export async function runPreserve() {
'A dependency change is detected, and the dependency is being installed to ensure that the dependency is consistent! (Tip: The project will be executed for the first time)!'
'A dependency change is detected, and the dependency is being installed to ensure that the dependency is consistent! (Tip: The project will be executed for the first time)!'
);
);
try{
try{
awaitsh('npm run bootstrap ',{
awaitrun('npm',['run','bootstrap']);
async:true,
// await sh('npm run bootstrap ', {
nopipe:true,
// async: true,
});
// nopipe: true,
// });
successConsole('Dependency installation is successful, start running the project!');
successConsole('Dependency installation is successful, start running the project!');