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}/..`, +});