Skip to content

Commit

Permalink
web build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Mar 15, 2023
1 parent 208ef76 commit 741ebc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ package-lock.json

deno.lock
.vscode
.DS_Store
.DS_Store
out/
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"tasks": {
"dev": "deno run --allow-all https://deno.land/x/[email protected]/cli.ts serve -i web/import-map.json -s web/static web/index.html",
"build-web": "deno run --allow-all https://deno.land/x/[email protected]/cli.ts build --dist-dir web/out -i web/import-map.json -s web/static web/index.html",
"compile": "deno run --allow-env --allow-write --allow-read npm:typescript/tsc"
}
}

0 comments on commit 741ebc7

Please sign in to comment.