diff --git a/.changeset/config.json b/.changeset/config.json index ae82eba..d4dfac0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e5952e..db68859 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,7 @@ jobs: - name: Build packages run: npm run build - - name: Run tests - run: npm run test -- --ci --maxWorkers=2 + # add tests back in here - name: Create Release Pull Request or Publish to npm id: changesets diff --git a/packages/cli/src/validateFunctions.ts b/packages/cli/src/validatefunctions.ts similarity index 99% rename from packages/cli/src/validateFunctions.ts rename to packages/cli/src/validatefunctions.ts index e8db16a..51b02ec 100644 --- a/packages/cli/src/validateFunctions.ts +++ b/packages/cli/src/validatefunctions.ts @@ -54,4 +54,4 @@ export const validateJson = (filePath: string, fileName?: string): boolean => { console.error(`Error: ${error.message}`); return false; } -} \ No newline at end of file +}