diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 7d5a5ec..ebc59b6 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -148,7 +148,6 @@ jobs: -Dsonar.organization=${{ env.SONAR_ORGANIZATION }} -Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }} -Dsonar.sources=src - -Dsonar.tests=test -Dsonar.test.inclusions=**/*.spec.ts,**/*.test.ts -Dsonar.exclusions=**/node_modules/**,**/dist/**,**/coverage/**,**/*.d.ts -Dsonar.coverage.exclusions=**/*.spec.ts,**/*.test.ts,**/index.ts diff --git a/package.json b/package.json index a06aca8..a59442a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ciscode/cachekit", - "version": "1.0.0", + "version": "0.0.1", "description": "CacheKit backend module for reusable caching utilities and integrations.", "author": "CisCode", "publishConfig": {