diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4241801a..743b4490 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,5 @@ name: Publish packages to NPM -# trigger publish test line - on: workflow_dispatch: pull_request: diff --git a/packages/commons/src/index.ts b/packages/commons/src/index.ts index 75d45345..40050a33 100644 --- a/packages/commons/src/index.ts +++ b/packages/commons/src/index.ts @@ -1,3 +1,4 @@ export * from "./core/index.js"; export * from "./types/index.js"; export * from "./axios.js"; +// trigger release publish