mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
update Taskfile.tmpl.yml to include darwin run task (#3417)
* update Taskfile.tmpl.yml to include darwin run task * add changelog line for #3417
This commit is contained in:
@@ -421,6 +421,10 @@ tasks:
|
||||
cmds:
|
||||
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
|
||||
|
||||
run:darwin:
|
||||
cmds:
|
||||
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
|
||||
|
||||
dev:frontend:
|
||||
summary: Runs the frontend in development mode
|
||||
dir: frontend
|
||||
|
||||
Reference in New Issue
Block a user