Skip to content

Commit b44ff92

Browse files
chore: install the eslint plugins in the right directory
1 parent 11d9d65 commit b44ff92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/doc/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ services:
8282
npm install;
8383
cd /var/snippets/web;
8484
cp /mnt/.ci/doc/puppeteer.js /var/snippets/web/;
85-
npm install -g \
86-
/mnt/ \
85+
npm install \
86+
/mnt/.ci/doc \
8787
eslint \
8888
eslint-plugin-html \
8989
eslint-plugin-import \

0 commit comments

Comments
 (0)