2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-08 17:22:27 +03:00

feat!: separate packages

This commit is contained in:
Alexander Shabunevich
2024-04-15 22:07:47 +03:00
parent 685f477fe1
commit 4de44ef888
58 changed files with 1173 additions and 225 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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