This commit is contained in:
2023-12-08 22:42:48 +01:00
parent aee6ecfbfe
commit 10c0387eb0
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