aboutsummaryrefslogtreecommitdiff
path: root/Aamukampa.Frontend/package.json
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-09-28 14:08:03 +0300
committerJoel Stålnacke <joel@saker.fi>2025-09-28 14:28:26 +0300
commit93fca308f19587a92715004c4ba83f3c0310625c (patch)
tree836d2a4e98101467159ad3c2e4dadff2563a1d8e /Aamukampa.Frontend/package.json
parent341919abd73de642c364b1d82932bd038345dc68 (diff)
Switch to pnpm
Diffstat (limited to 'Aamukampa.Frontend/package.json')
-rw-r--r--Aamukampa.Frontend/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/Aamukampa.Frontend/package.json b/Aamukampa.Frontend/package.json
index 0632bcb..e581ed6 100644
--- a/Aamukampa.Frontend/package.json
+++ b/Aamukampa.Frontend/package.json
@@ -1,9 +1,12 @@
{
- "name": "TJLaskuri.Frontend",
+ "name": "Aamukampa.Frontend",
"version": "1.0.0",
"type": "module",
"main": "App.fs.js",
"license": "EUPL-1.2",
+ "scripts": {
+ "build": "vite build"
+ },
"devDependencies": {
"vite": "^7.0.6"
}