File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 "test-services:stop" : " docker compose -f ./test/docker-compose.yaml down" ,
2626 "test:with-services-env" : " cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm test" ,
2727 "test-all-versions:with-services-env" : " cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm run test-all-versions" ,
28- "lint" : " nx run-many -t lint && npm run lint:deps && npm run lint:readme && npm run lint:markdown && npm run lint:semconv-deps" ,
29- "lint:fix" : " nx run-many -t lint --fix && npm run lint:markdown:fix" ,
28+ "lint" : " nx run-many -t lint && prettier --check . && npm run lint:deps && npm run lint:readme && npm run lint:markdown && npm run lint:semconv-deps" ,
29+ "lint:fix" : " nx run-many -t lint --fix && prettier --write . && npm run lint:markdown:fix" ,
3030 "lint:deps" :
" npx --yes [email protected] --dependencies --production --tags=-knipignore" ,
3131 "lint:markdown" : " markdownlint-cli2 $(git ls-files '*.md')" ,
3232 "lint:markdown:fix" : " markdownlint-cli2 --fix $(git ls-files '*.md')" ,
You can’t perform that action at this time.
0 commit comments