Skip to content

Commit b5406d9

Browse files
v1.1.928
– makefile telemetry disable
1 parent 5c62c7c commit b5406d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ watch:
1515
@echo "[Running Docker SCSSLEON docs]"
1616
docker run --rm -it -v ${CURRENT_DIR}:/app scssleon-docs npm i
1717
docker run --rm -it \
18-
-v ${CURRENT_DIR}:/app \
19-
-v ${SCSSLEON_DIR}/scss:/app/src/styles/scss \
20-
-p 4321:4321 scssleon-docs npm run dev
18+
-e ASTRO_TELEMETRY_DISABLED=1 \
19+
-v ${CURRENT_DIR}:/app \
20+
-v ${SCSSLEON_DIR}/scss:/app/src/styles/scss \
21+
-p 4321:4321 scssleon-docs npm run dev

0 commit comments

Comments
 (0)