Skip to content

Commit

Permalink
add mode 33279
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Sep 24, 2019
1 parent 893c4d0 commit d83278b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ export default function(
rimraf.sync(api.winPath(join(themeTemp, 'theme')));
}

mkdirSync(themeTemp, { mode: 777 });
mkdirSync(themeTemp, { mode: 33279 });

mkdirSync(api.winPath(join(themeTemp, 'theme')), { mode: 777 });
mkdirSync(api.winPath(join(themeTemp, 'theme')), { mode: 33279 });

buildCss(
cwd,
Expand Down

0 comments on commit d83278b

Please # to comment.