Skip to content

Commit

Permalink
chore: try something with global install on eslint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Oct 9, 2024
1 parent fb9f599 commit 11d9d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
npm install;
cd /var/snippets/web;
cp /mnt/.ci/doc/puppeteer.js /var/snippets/web/;
npm install \
npm install -g \
/mnt/ \
eslint \
eslint-plugin-html \
Expand Down

0 comments on commit 11d9d65

Please sign in to comment.