Skip to content

Commit 9e8a12c

Browse files
committed
dev: JLPM Install to keep yarn.lock on host updated
We should probably be exporting the yarn.lock and node modules out of the image after building but I can't be bothered at the moment.
1 parent b92f656 commit 9e8a12c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ tasks:
1717
dev:up:
1818
desc: Spin up the docker compose stack for dev
1919
cmds:
20+
- docker compose -f docker-compose.dev.yml up -d
21+
- docker exec -it jupyterlab_code_formatter-dev-1 jlpm install
2022
- docker compose -f docker-compose.dev.yml up
2123

2224
dev:down:

0 commit comments

Comments
 (0)