mirror of
https://github.com/tenrok/maska.git
synced 2026-06-20 20:00:34 +03:00
chore: format taskfile
This commit is contained in:
+5
-3
@@ -10,7 +10,9 @@ tasks:
|
|||||||
dev:maska-build-watch: npm run build:watch --workspace=packages/maska
|
dev:maska-build-watch: npm run build:watch --workspace=packages/maska
|
||||||
dev:vue: npm run dev --workspace=packages/vue
|
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
|
build: npm run build --workspaces
|
||||||
coverage: npm run test:coverage --workspaces
|
|
||||||
|
|||||||
Reference in New Issue
Block a user