Skip to content

Commit

Permalink
ci: ls-engines in library mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Sep 4, 2024
1 parent 804d0d9 commit d185590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"/template/src/**/*.elm"
],
"scripts": {
"check-engines": "ls-engines",
"check-engines": "ls-engines --mode=ideal",
"elm-format": "elm-format --validate ast-codec init-templates new-package parseElm review template",
"elm-tests": "(cd template/ && elm make src/Elm/Review/Main.elm --output=/dev/null && elm-test)",
"eslint-check": "eslint . --report-unused-disable-directives --max-warnings=0",
Expand Down

0 comments on commit d185590

Please sign in to comment.