Skip to content

Commit

Permalink
Update deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Nov 9, 2023
1 parent 7bec1f3 commit fa7a069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"clear-dist": "rm -rf dist/*",
"copy-files-to-dist": "deno run -A https://raw.githubusercontent.com/DenoPlayground/CopyFiles/main/cli.ts ./src/client/ ./dist/ --exts=.html",
"build": "deno task clear-dist; deno task copy-files-to-dist & deno run -A https://deno.land/x/[email protected]/mod.js --bundle --minify --target=es6 --outdir=dist/ --entry-names=\"[dir]/bundle.min\" ./**/index.ts",
"build-watch": "deno task clear-dist; deno task copy-files-to-dist & deno run -A https://deno.land/x/[email protected]/mod.js --bundle --minify --watch --target=es6 --outdir=dist ./home/bundle.min=./src/client/home/index.ts",
"build-help": "deno run -A https://deno.land/x/[email protected]/mod.js --help",
"build:watch": "deno task clear-dist; deno task copy-files-to-dist & deno run -A https://deno.land/x/[email protected]/mod.js --bundle --minify --target=es6 --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"
},
"exclude": [
Expand Down

0 comments on commit fa7a069

Please sign in to comment.