Skip to content

Commit

Permalink
Changed build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Apr 22, 2024
1 parent faee3fb commit 3b15be1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions deno.jsonc → deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"tasks": {
"build": "deno run -A ./build.config.ts",
"build:watch": "deno run -A ./build.config.ts --watch",
"build:dev": "deno run -A ./build.config.ts --develope",
"build:dev:watch": "deno run -A ./build.config.ts --develope --watch",
"build": "deno run -A ./.build/build.ts",
"build:watch": "deno run -A ./.build/build.ts --watch",
"build:dev": "deno run -A ./.build/build.ts --develope",
"build:dev:watch": "deno run -A ./.build/build.ts --develope --watch",
"lint": "deno lint",
"test": "deno test -A --check --reload --doc --allow-none --junit-path=\"./report.xml\""
},
Expand Down

0 comments on commit 3b15be1

Please sign in to comment.