Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(): Prettier error with a fresh install
Got this error when trying to test a fresh install with ``` npm install npm run test ``` FIX: Made the syntax match the eslint command. ``` > [email protected] fmt D:\Libraries\Documents\Repos\kalidokit > prettier --write 'src/**/*.ts' [error] No files matching the pattern were found: "'src/**/*.ts'". npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! [email protected] fmt: `prettier --write 'src/**/*.ts'` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the [email protected] fmt script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above ```
- Loading branch information