Skip to content

Commit

Permalink
Merge pull request #1310 from greenpeace/styelint
Browse files Browse the repository at this point in the history
Fix stylelint recursive path
  • Loading branch information
comzeradd authored Feb 22, 2021
2 parents f2fed58 + 52995cd commit 5784d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- checkout
- run:
name: Lint CSS
command: stylelint assets/**/*.scss
command: stylelint "assets/src/scss/**/*.scss"
- run:
name: Install eslint react plugin
command: PUPPETEER_SKIP_DOWNLOAD=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install eslint-plugin-react
Expand Down

0 comments on commit 5784d09

Please sign in to comment.