Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asa93 committed Aug 28, 2024
1 parent de2865f commit 06c4f1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
cd ./tlsn-js && npm i && cd -
npm i
npm ci
- name: Build tlsn-js
run: cd ./tlsn-js && npm run build && cd -
Expand All @@ -61,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-output
path: ./build
path: ./zip

0 comments on commit 06c4f1f

Please sign in to comment.