mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(release): fix nightly task so it gets published
This commit is contained in:
@ -45,7 +45,7 @@ task('release.removeDebugStatements', (done: Function) => {
|
|||||||
writeFileSync(filePath, cleanedJs);
|
writeFileSync(filePath, cleanedJs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
}, done());
|
||||||
});
|
});
|
||||||
|
|
||||||
function replaceAll(input: string, tokenToReplace: string, replaceWith: string) {
|
function replaceAll(input: string, tokenToReplace: string, replaceWith: string) {
|
||||||
|
Reference in New Issue
Block a user