Skip to content

Commit

Permalink
build dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
vid committed Dec 30, 2024
1 parent 142df73 commit 33b94a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test-watch": "vitest",
"clean": "rm -rf modules/*/build modules/*/tsconfig.tsbuildinfo modules/out-review/dashboard/web/build",
"build-watch": "tsc -b modules/ --watch",
"build": "tsc -b modules/core modules/domain-storage modules/domain-webpage modules/web-http modules/storage-fs modules",
"build": "tsc -b modules/core modules/domain-storage modules/domain-webpage modules/web-http modules/storage-fs modules modules/out-review/dashboard/web",
"format": "prettier --ignore-path .gitignore --write \"./src/**/*.+(ts|json)\"",
"depcruise": "depcruise -c .dependency-cruiser.js -T dot modules/**/build/ | dot -T svg > dependencygraph.svg",
"preversion": "npm run test"
Expand Down

0 comments on commit 33b94a0

Please sign in to comment.