mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Remove empty lines
This commit is contained in:
parent
1b221db420
commit
4c8c0e5ddb
1 changed files with 0 additions and 2 deletions
|
|
@ -5,12 +5,10 @@
|
|||
"check": "deno fmt --check && deno lint && deno check .",
|
||||
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
|
||||
"manifest": "deno task cli manifest $(pwd)",
|
||||
|
||||
"start": "deno task execute-with-permissions --watch=static/,routes/,lib/,components/,islands/ ./dev.ts",
|
||||
"build": "deno task execute-with-permissions ./dev.ts build",
|
||||
"preview": "deno task execute-with-permissions ./main.ts",
|
||||
"test": "deno test --allow-all --check",
|
||||
|
||||
"migrate-db": "deno task execute-with-permissions ./migrate-db.ts"
|
||||
},
|
||||
"fmt": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue