Skip to content

Commit

Permalink
fix(task): set test vite env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
akorzunin committed Aug 2, 2024
1 parent 6881680 commit 3db404e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ tasks:
web-dev-server:
desc: start vite dev server
interactive: true
env:
VITE_GAME_VERSION: v0.0.0
VITE_GAME_COMMIT: ff7580e
preconditions:
- sh: type pnpm
msg: pnpm not found
Expand Down

0 comments on commit 3db404e

Please sign in to comment.