[BLD] Add working directory to npm run js

This commit is contained in:
hammadb
2023-09-05 15:07:45 -07:00
parent 986fc38c98
commit 2c8a11f7b2

View File

@@ -34,5 +34,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: npm Test & Publish
run: npm run $NPM_SCRIPT
working-directory: ./clients/js/
env:
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}