Keep task names consistent (no breaking changes)

This commit is contained in:
Bruno Bernardino 2025-12-29 08:23:25 +00:00 committed by GitHub
parent a705a58bbe
commit a6a98fe305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,11 @@
"manifest": "deno task cli manifest $(pwd)",
"build": "deno task execute-with-permissions ./dev.ts build",
"preview": "deno task execute-with-permissions --watch=static/,routes/,lib/,components/,islands/ ./dev.ts",
"test": "deno test -A --check",
"start": "deno task execute-with-permissions --watch=static/,routes/,lib/,components/,islands/ ./dev.ts",
"test": "deno test --allow-all --check",
"migrate-db": "deno task execute-with-permissions ./migrate-db.ts",
"start": "deno task execute-with-permissions ./main.ts"
"preview": "deno task execute-with-permissions ./main.ts"
},
"fmt": {
"useTabs": false,