2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

chore: format taskfile

This commit is contained in:
Alexander Shabunevich
2024-04-17 21:24:20 +03:00
parent 9accb8e4c4
commit 4558d9a2e3
+5 -3
View File
@@ -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