Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Apr 19, 2024
1 parent 69614fc commit 76a9433
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"type": "module",
"scripts": {
"dev": "bun --hot --watch src/main.ts",
"sync": "bun tools/scripts/upgrade-da-packages-and-write-types.ts",
"sync": "yarn up \"@digital-alchemy/*\" && bunx --env-file .env type-writer",
"build": "bun --env-file .env build:docker",
"build:dist": "bun build src/main.ts --target=bun --outfile=dist/server.js",
"build:docker": "docker build . -f tools/docker/Dockerfile --build-arg HASS_TOKEN=$HASS_TOKEN --build-arg HASS_BASE_URL=$HASS_BASE_URL -t automation-prod",
"build:docker": "docker build . --build-arg HASS_TOKEN=$HASS_TOKEN --build-arg HASS_BASE_URL=$HASS_BASE_URL -t automation-prod",
"start": "docker run --env-file .env automation-prod",
"test": "vitest",
"coverage": "vitest --coverage",
Expand Down
11 changes: 0 additions & 11 deletions tools/scripts/run.ts

This file was deleted.

4 changes: 0 additions & 4 deletions tools/scripts/upgrade-da-packages-and-write-types.ts

This file was deleted.

0 comments on commit 76a9433

Please sign in to comment.