From fbee69cff6faccbcbcd4e6d03f1725fefee97fd8 Mon Sep 17 00:00:00 2001 From: Prescilla Lecurieux <34810774+plecrx@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:27:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 23daa37..0c60ccc 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,13 @@ It uses Vite, Vue3, TypeScript, Vitest, ESLint, Prettier, and Husky. ### Commands -#### Using Yarn - ```bash yarn dev # Run the app in development mode. yarn build # Build the app for production using type-check and build-only. yarn preview # Serve the built app for preview. yarn test:watch # Run Vitest in watch mode. yarn test # Run Vitest without watch. +yarn type-check # Run vue-tsc to compile types. yarn lint # Run ESLint to check for code issues. yarn format # Run Prettier to format code. yarn postinstall # Install Husky Git hooks.