mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
chore: don't open browser when running locally
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
933dcc83ac
commit
d1ae26cb21
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -1,5 +1,5 @@
|
||||||
dev: regenerate-dots regenerate-zips
|
dev: regenerate-dots regenerate-zips
|
||||||
URL=http://localhost BASE_URL=/ yarn run start
|
URL=http://localhost BASE_URL=/ yarn run start --no-open
|
||||||
|
|
||||||
deploy-aisa:
|
deploy-aisa:
|
||||||
URL="https://fi.muni.cz" BASE_URL="~xfocko/kb/" yarn run build
|
URL="https://fi.muni.cz" BASE_URL="~xfocko/kb/" yarn run build
|
||||||
|
|
Loading…
Reference in a new issue