mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Dont clean - pipeline should already be clean and a clean will clean node_modules
This commit is contained in:
@@ -28,7 +28,6 @@ async function main() {
|
||||
|
||||
// Forcibly cleanup workspace
|
||||
runSequence([
|
||||
["git", ["clean", "-fdx"]],
|
||||
["git", ["checkout", "."]],
|
||||
["git", ["fetch", "-fu", "origin", "master:master"]],
|
||||
["git", ["checkout", "master"]],
|
||||
|
||||
Reference in New Issue
Block a user