Skip to content

Commit 99c623d

Browse files
authored
allow dist folder to be published (#35)
1 parent cde7470 commit 99c623d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-clients.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
registry-url: 'https://registry.npmjs.org'
3232
- run: cd client; npm install
3333
- 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
3436
- run: cd client; npm publish --access public
3537
env:
3638
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)