mirror of
https://github.com/mfocko/blog.git
synced 2024-11-09 15:59:06 +01:00
chore: do not recreate assets on each ‹make dev›
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
06a1e38851
commit
8f57806142
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -1,7 +1,7 @@
|
|||
OUTPUT_DIR=public
|
||||
|
||||
# Development
|
||||
dev: assets
|
||||
dev:
|
||||
URL=http://localhost BASE_URL=/ yarn run start --no-open
|
||||
|
||||
build-poincare: assets
|
||||
|
|
Loading…
Reference in a new issue