Skip to content

Commit 2f1aea2

Browse files
committed
Add CHROME_BIN env var to taskfile
1 parent 27ef57b commit 2f1aea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Taskfile.yml

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ tasks:
8888
dir: ./webui
8989
cmds:
9090
- npm test
91+
env:
92+
CHROME_BIN: chromium
9193

9294
migrate:
9395
cmds:

0 commit comments

Comments
 (0)