mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
ci: update pre-push hook to run tests instead of CI
This commit is contained in:
@@ -1 +1 @@
|
|||||||
npm run ci
|
npm run test
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "nx serve isa-app --ssl",
|
"start": "nx serve isa-app --ssl",
|
||||||
"test": "npx nx run-many -t test --exclude isa-app",
|
"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": "nx build isa-app --configuration=development",
|
||||||
"build-prod": "nx build isa-app --configuration=production",
|
"build-prod": "nx build isa-app --configuration=production",
|
||||||
"lint": "nx lint",
|
"lint": "nx lint",
|
||||||
|
|||||||
Reference in New Issue
Block a user