diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c7ae1963..b67846275 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,9 @@ jobs: node-version: '22' registry-url: 'https://registry.npmjs.org' - - run: npm ci - - run: npm run compile - - run: npm publish + - run: | + rm -rf node_modules + rm -rf coverage + rm -rf docs + npm run compile + npm publish