This commit is contained in:
2023-12-08 22:42:48 +01:00
parent 8bfa787098
commit 795e4534ff
16 changed files with 38 additions and 32 deletions

View File

@@ -1,2 +1,11 @@
pretty:
npx prettier --write "./src/**/*.(ts|vue)"
check:
npm run type-check && npm run lint
local: check
npm run local
deploy: check
npm run deploy