From 4558d9a2e3aea4d42fb3272f0cf2fdbdae58043a Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Wed, 17 Apr 2024 21:24:20 +0300 Subject: [PATCH] chore: format taskfile --- Taskfile.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 7e31239..e8c96c2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -10,7 +10,9 @@ tasks: dev:maska-build-watch: npm run build:watch --workspace=packages/maska dev:vue: npm run dev --workspace=packages/vue - build: npm run build --workspaces + code:test: npm run test --workspaces + code:coverage: npm run test:coverage --workspaces + code:lint: npm run lint --workspaces + code:format: npm run lint:fix --workspaces - test: npm run test --workspaces - coverage: npm run test:coverage --workspaces + build: npm run build --workspaces