Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 4e68bbf

Browse files
committed
bump
1 parent 1d0a90a commit 4e68bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "client",
3-
"version": "1.5.4-beta",
3+
"version": "1.5.5-beta",
44
"scripts": {
55
"dev": "npm-run-all --parallel dev:*",
66
"dev:run": "FORCE_COLOR=1 vite",
77
"dev:test": "FORCE_COLOR=1 vitest watch --ui --coverage",
8-
"build": "vite build",
8+
"build": "FORCE_COLOR=1 vite build",
99
"preview": "vite preview",
1010
"format": "prettier --ignore-path .gitignore --write .",
1111
"check-format": "prettier . --list-different",

0 commit comments

Comments
 (0)