Skip to content

Commit 11d9d65

Browse files
chore: try something with global install on eslint plugins
1 parent fb9f599 commit 11d9d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/doc/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
npm install;
8383
cd /var/snippets/web;
8484
cp /mnt/.ci/doc/puppeteer.js /var/snippets/web/;
85-
npm install \
85+
npm install -g \
8686
/mnt/ \
8787
eslint \
8888
eslint-plugin-html \

0 commit comments

Comments
 (0)