2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/Taskfile.yml
T
Alexander Shabunevich 4de44ef888 feat!: separate packages
2024-04-17 19:31:22 +03:00

16 lines
350 B
YAML

# https://taskfile.dev
version: '3'
silent: true
tasks:
dev:maska: npm run dev --workspace=packages/maska
dev:maska-build-watch: npm run build:watch --workspace=packages/maska
dev:vue: npm run dev --workspace=packages/vue
build: npm run build --workspaces
test: npm run test --workspaces
coverage: npm run test:coverage --workspaces