Skip to content

Commit 7da4538

Browse files
committed
fixed package.json. previous ver assumed existence of local gen'd locale file. vercel is clean slate. also ver bump to 3.0.3
1 parent 4c0b3b2 commit 7da4538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropsilk",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"author": "Ahmed medy17 <> (ahmed@dropsilk.xyz) (https://github.com/medy17)",
55
"description": "A modern, privacy-focused, peer-to-peer file transfer application built with WebRTC",
66
"repository": {
@@ -17,10 +17,10 @@
1717
"build:electron": "pnpm gen:version && pnpm gen:locales && cross-env VITE_API_BASE_URL=https://dropsilk-backend.onrender.com vite build --base=./ && electron-builder",
1818
"preview": "vite preview",
1919
"update-locales": "node scripts/update-locales.js",
20-
"test": "vitest run",
20+
"test": "pnpm gen:locales && vitest run",
2121
"test:watch": "vitest",
2222
"test:ui": "vitest --ui",
23-
"test:run": "vitest run"
23+
"test:run": "pnpm gen:locales && vitest run"
2424
},
2525
"build": {
2626
"appId": "com.dropsilk.app",

0 commit comments

Comments
 (0)