Skip to content

Commit

Permalink
Update deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Nov 10, 2023
1 parent 7fe59a8 commit 9fe9b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"build": "deno task clear-dist ; deno task copy-html & deno run -A https://deno.land/x/[email protected]/mod.js --bundle --minify --target=es6 --format=esm --loader:.html=copy --outdir=dist/ --entry-names=\"[dir]/bundle.min\" ./**/index.ts",
"build:watch": "deno task clear-dist ; deno task copy-html & deno run -A https://deno.land/x/[email protected]/mod.js --bundle --minify --sourcemap --target=es6 --format=esm --loader:.html=copy --outdir=dist/ --entry-names=\"[dir]/bundle.min\" ./**/index.ts --watch",
"build:help": "deno run -A https://deno.land/x/[email protected]/mod.js --help",
"lint": "deno lint"
"lint": "deno lint",
"test": "deno test -A --unstable --check --reload --doc --allow-none --junit-path=\"./report.xml\""
},
"exclude": [
"./dist/"
Expand Down

0 comments on commit 9fe9b14

Please sign in to comment.