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

Commit a8c129e

Browse files
make FE builds faster by skipping code minification (#1138)
1 parent 5071ea5 commit a8c129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks:
5656
- name: Frontend
5757
command: |
5858
nix develop -c npm i
59-
nix develop -c npm run build-web -- -- --watch
59+
nix develop -c npm run build-web -- -- --watch --minify false
6060
openMode: split-right
6161

6262
- name: Qdrant

0 commit comments

Comments
 (0)