npm run format

This commit is contained in:
BSKY 2020-03-23 23:35:15 +09:00
parent 150eacd6fa
commit 1729a4d479
19 changed files with 222 additions and 206 deletions

View file

@ -62,7 +62,7 @@ export async function createTar(
"-C",
workingDirectory,
"--files-from",
manifestFilename
manifestFilename,
];
await execTar(args, archiveFolder);
}