Skip to content

Commit

Permalink
make FE builds faster by skipping code minification (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Nov 16, 2023
1 parent 5071ea5 commit a8c129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks:
- name: Frontend
command: |
nix develop -c npm i
nix develop -c npm run build-web -- -- --watch
nix develop -c npm run build-web -- -- --watch --minify false
openMode: split-right

- name: Qdrant
Expand Down

0 comments on commit a8c129e

Please sign in to comment.