Skip to content

Commit

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

0 comments on commit b44ff92

Please sign in to comment.