summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-05-27 01:45:41 -0400
committerOwen Jacobson <owen@grimoire.ca>2025-05-27 01:45:41 -0400
commit4396c912771f136f7d397a67f247c81532520b85 (patch)
tree9a8e2f7794e10078482df394e96c25183cd65c4f /package.json
parent79d3598282fd573931e7cb14e4d3e54aad7c943c (diff)
Call `vite` directly to build the frontend.
Calling through `npm` wasn't adding anything other than complexity, and it made it somewhat harder to follow what tools did what. I'm also pretty sure `tools/build-ui` was totally unused.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json
index a43e01e..85099e8 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,6 @@
"node": ">=22.0.0 <23.0.0"
},
"scripts": {
- "dev": "vite dev",
- "build": "vite build",
- "preview": "vite preview",
"lint": "prettier --check ui && eslint ui",
"format": "prettier --write ui",
"test": "vitest",