From 20efb00286e36039decde1af9984e02f38e65e75 Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Fri, 3 Dec 2021 10:37:34 +0000 Subject: [PATCH] Fix prettier errors --- CHANGELOG.md | 3 +-- scripts/cli.js | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec72fc0..9962730c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -570,5 +570,4 @@ \* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* +\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ diff --git a/scripts/cli.js b/scripts/cli.js index 7de66004..7cf94f09 100755 --- a/scripts/cli.js +++ b/scripts/cli.js @@ -1,3 +1,6 @@ #!/usr/bin/env node const { spawn } = require("child_process"); -spawn(/^win/.test(process.platform) ? 'npm.cmd' : 'npm', ["start"], { stdio: "inherit", cwd: `${__dirname}/..` }); \ No newline at end of file +spawn(/^win/.test(process.platform) ? "npm.cmd" : "npm", ["start"], { + stdio: "inherit", + cwd: `${__dirname}/..`, +});