mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Keep task names consistent (no breaking changes)
This commit is contained in:
parent
a705a58bbe
commit
a6a98fe305
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue