Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Nov 1, 2024
1 parent 4343d22 commit 3a328e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build
run: yarn build

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: yarn npm audit
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: yarn npm audit

- name: Authenticate in npm
run: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@lidofinance/lsv-cli",
"version": "0.0.0",
"main": "dist/index.js",
"files": [
"dist"
],
"bin": {
"lsv-cli": "./dist/index.js"
"lsv-cli": "dist/index.js"
},
"scripts": {
"start": "ts-node ./index.ts",
Expand Down

0 comments on commit 3a328e5

Please sign in to comment.