We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b304f commit e0c2f31Copy full SHA for e0c2f31
.github/workflows/release.yml
@@ -28,6 +28,7 @@ jobs:
28
- run: npm run build
29
- run: npm run docs:infrastructure
30
- run: npm run test
31
+ - run: ./node_modules/.bin/ts-node fix-new-clients.ts
32
- run: npx nx run-many --target=semantic-release --all --parallel=1
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments