diff --git a/.husky/pre-push b/.husky/pre-push index c096deabd..e37998f96 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1 +1 @@ -npm run ci \ No newline at end of file +npm run test diff --git a/package.json b/package.json index 0bd577511..3b7ed8080 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "ng": "ng", "start": "nx serve isa-app --ssl", "test": "npx nx run-many -t test --exclude isa-app", - "ci": "npx nx run-many -t test --exclude isa-app -c ci --coverage --reporters=jest-junit", + "ci": "npx nx run-many -t test --exclude isa-app -c ci", "build": "nx build isa-app --configuration=development", "build-prod": "nx build isa-app --configuration=production", "lint": "nx lint",