Skip to content

Commit

Permalink
just demo-watch as a different command than just demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 16, 2023
1 parent 096155c commit e9f1f31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build:
rollup -c rollup.config.js --configPlugin typescript

demo: build
cd demo && ./node_modules/.bin/vite build --sourcemap=inline --debug

demo-watch: build
cd demo && ./node_modules/.bin/vite build --watch --mode=development --minify=false --sourcemap=inline --debug

init:
Expand Down

0 comments on commit e9f1f31

Please sign in to comment.