pull/71/head
Steve Ruiz 2021-08-31 19:20:07 +01:00
rodzic 6534ce7027
commit 3e3c6d31e7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ async function main() {
})
for (const file of ['package.json', 'README.md']) {
fs.copyFile(file, `dist/${file}'`, fs.constants.COPYFILE_EXCL, (err) => {
fs.copyFile(file, `dist/${file}`, fs.constants.COPYFILE_EXCL, (err) => {
if (err) throw err
})
}

Wyświetl plik

@ -37,7 +37,7 @@ async function main() {
})
for (const file of ['package.json', 'README.md']) {
fs.copyFile(file, `dist/${file}'`, fs.constants.COPYFILE_EXCL, (err) => {
fs.copyFile(file, `dist/${file}`, fs.constants.COPYFILE_EXCL, (err) => {
if (err) throw err
})
}