Skip to content

Commit

Permalink
👷 Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 6, 2024
1 parent 6b78891 commit bf9fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates-and-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cd sdk/ts/
npm install --global eslint@^8.33.0
npm install --legacy-peer-deps
npm build
npm run build
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
cd sdk/ts/ && npm run build && npm run lint:fix
Expand Down

0 comments on commit bf9fbc5

Please sign in to comment.