mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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);
|
||||
}
|
||||
}
|
||||
});
|
||||
}, done());
|
||||
});
|
||||
|
||||
function replaceAll(input: string, tokenToReplace: string, replaceWith: string) {
|
||||
|
||||
Reference in New Issue
Block a user