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 cde7470 commit 99c623dCopy full SHA for 99c623d
.github/workflows/publish-clients.yml
@@ -31,6 +31,8 @@ jobs:
31
registry-url: 'https://registry.npmjs.org'
32
- run: cd client; npm install
33
- run: cd client; npm run build
34
+ ## Generated code comes with .gitignore ignoring `dist/` folder, .npmignore will fallback to .gitignore if not exist
35
+ - run: echo "" > client/.npmignore
36
- run: cd client; npm publish --access public
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments