File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
clients/algoliasearch-client-javascript/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Build clients
2929 shell : bash
30- run : yarn build:all
30+ run : yarn build
3131
3232 - name : Publish to NPM
3333 shell : bash
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ export const patterns = [
6363 // JavaScript
6464 '!clients/algoliasearch-client-javascript/*' ,
6565 '!clients/algoliasearch-client-javascript/.yarn/**' ,
66+ '!clients/algoliasearch-client-javascript/.github/workflows/release.yml' ,
6667 '!clients/algoliasearch-client-javascript/scripts/**' ,
6768 '!clients/algoliasearch-client-javascript/tests/**' ,
6869 // the release process is allowed to push changes to this file, but in general we don't because those files are generated
You can’t perform that action at this time.
0 commit comments