Skip to content

Commit

Permalink
fix: renaming sonar.props
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jan 11, 2024
1 parent 8f0cb20 commit 84f21fe
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -23,7 +23,7 @@
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadless --code-coverage",
"karma": "rm -rf reports && npm run test:ci",
"sonar": "npx sonarqube-scanner -Dproject.settings=sonar-project.properties",
"sonar": "npx sonarqube-scanner -Dproject.settings=sonar-local-project.properties",
"apigen-cleanup": "rm -rf $npm_package_config_openapiOutput",
"apigen-format": "npx prettier $npm_package_config_openapiYaml --write && npx prettier $npm_package_config_openapiOutput/**/* --write",
"apigen-generate": "openapi-generator-cli generate -i $npm_package_config_openapiYaml -g typescript-angular -c apigen.yaml -o $npm_package_config_openapiOutput --type-mappings=AnyType=object,set=Array",
Expand Down
File renamed without changes.

0 comments on commit 84f21fe

Please sign in to comment.