Skip to content

Commit

Permalink
Run lint:check before embedme because the former might
Browse files Browse the repository at this point in the history
force us to reformat a file which would change ranges,
so checking embedme first is pointless
  • Loading branch information
krassowski committed Feb 4, 2024
1 parent 69f8a8d commit a875619
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 @@ -8,7 +8,7 @@
"install-py": "lerna exec --concurrency 4 -- touch yarn.lock && lerna exec --concurrency 4 -- python -m pip install \".\"",
"install-ext": "lerna run install:extension",
"lint": "lerna run lint && jlpm run embedme",
"lint:check": "jlpm run embedme --verify && lerna run lint:check",
"lint:check": "lerna run lint:check && jlpm run embedme --verify",
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\""
},
Expand Down

0 comments on commit a875619

Please sign in to comment.