Skip to content

Commit

Permalink
fix: restore script test:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jan 1, 2024
1 parent fe092d3 commit ea6f679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"browsers": "npx browserslist",
"sonar": "npx sonarqube-scanner -Dproject.settings=sonar-local-project.properties",
"test": "ng test",
"karma": "rm -rf reports && ng test --watch=false --browsers=ChromeHeadless --code-coverage",
"test:ci": "ng test --watch=false --browsers=ChromeHeadless --code-coverage",
"karma": "rm -rf reports && npm run test:ci",
"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",
Expand Down

0 comments on commit ea6f679

Please sign in to comment.