mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Reorder tasks
This commit is contained in:
parent
a6a98fe305
commit
1b221db420
1 changed files with 4 additions and 4 deletions
|
|
@ -6,12 +6,12 @@
|
|||
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
|
||||
"manifest": "deno task cli manifest $(pwd)",
|
||||
|
||||
"build": "deno task execute-with-permissions ./dev.ts build",
|
||||
"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",
|
||||
"preview": "deno task execute-with-permissions ./main.ts"
|
||||
|
||||
"migrate-db": "deno task execute-with-permissions ./migrate-db.ts"
|
||||
},
|
||||
"fmt": {
|
||||
"useTabs": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue