File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ export async function getLanguageRepo(
27
27
} else {
28
28
await utils . cleanDir ( 'build/sass' ) ;
29
29
await utils . link ( options . path , 'build/sass' ) ;
30
-
31
- // Workaround for https://github.com/shelljs/shelljs/issues/198
32
- // This file is a symlink which gets messed up by `shell.cp` (called from
33
- // `utils.link`) on Windows.
34
- shell . rm ( 'build/sass/spec/README.md' ) ;
35
30
}
36
31
32
+ // Workaround for https://github.com/shelljs/shelljs/issues/198
33
+ // This file is a symlink which gets messed up by `shell.cp` (called from
34
+ // `utils.link`) on Windows.
35
+ shell . rm ( 'build/sass/spec/README.md' ) ;
36
+
37
37
await utils . link ( 'build/sass/js-api-doc' , p . join ( outPath , 'sass' ) ) ;
38
38
39
39
buildEmbeddedProtocol ( ) ;
You can’t perform that action at this time.
0 commit comments