Skip to content

Commit

Permalink
Update style-lint script
Browse files Browse the repository at this point in the history
By calling the binary from the node_modules/.bin folder, stylelint is
run without issues. Previously after upgrading to stylling 15, the
correct script could not be found.
  • Loading branch information
MKodde committed Sep 13, 2023
1 parent 73e9f20 commit b566ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/qa/style-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cd $(dirname $0)/../../

# tsconfig should be in the root
./node_modules/stylelint/bin/stylelint.js assets/scss/**/*.scss -f unix $1
./node_modules/.bin/stylelint assets/scss/**/*.scss -f unix $1

0 comments on commit b566ca2

Please sign in to comment.