Skip to content

Commit

Permalink
process.exit(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Rozin Gaspar committed Sep 10, 2018
1 parent 512e3b4 commit 7a31f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pre-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ async function copyFiles() {
await fse.copy('./LICENSE', './dist/LICENSE')
await fse.copy('./README.md', './dist/README.md')
} catch (err) {
console.error(err)
console.error(err)
process.exit(1)
}
}

Expand Down

0 comments on commit 7a31f0a

Please sign in to comment.