Skip to content

Commit e574c61

Browse files
committed
just: add description comments
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 0a413e1 commit e574c61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpage/justfile

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
default:
66
@just --list
77

8+
# Open a bash shell in the dev container
89
bash:
910
#docker run -it --rm --volume .:/app --user $(id -u) node:12 bash
1011
#docker-compose run --rm dev bash -c "cd /app && bash"
1112
docker-compose exec dev bash -c "cd /app && bash"
1213

14+
# Run the development watch build
1315
dev:
1416
npm run dev

0 commit comments

Comments
 (0)