Skip to content

Commit

Permalink
forgot to change this back while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Nov 29, 2022
1 parent 14d409c commit a76f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ setup:
host: $(OUT_DIR)/.dirstamp node_modules air
ifeq ($(WATCH), 1)
ulimit -n 10240
air -tmp_dir "/tmp" -build.include_ext "go,ts,js,html" -build.bin "true" -build.args_bin "http-server $(OUT_DIR)/.." -build.cmd "make" -build.exclude_dir "dist,node_modules,tools"
air -tmp_dir "/tmp" -build.include_ext "go,ts,js,html" -build.bin "npx" -build.args_bin "http-server $(OUT_DIR)/.." -build.cmd "make" -build.exclude_dir "dist,node_modules,tools"
else
# Intentionally serve one level up, so the local site has 'wotlk' as the first
# directory just like github pages.
Expand Down

0 comments on commit a76f53a

Please sign in to comment.