Skip to content

Commit

Permalink
stop autoupdating the lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Aug 31, 2022
1 parent eef5672 commit 371ee28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
fi
npm ci --omit=dev
npm update @defillama/sdk
for i in $(echo $RUN_FILES | tr -d '"[]' | tr "," "\n")
do
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "babel-watch curve.js",
"test-interactive": "node utils/testInteractive",
"test-dex": "ts-node dexVolumes/cli/testAdapter.ts",
"postinstall": "npm update @defillama/sdk"
"postinstall": "echo 'run \"npm update @defillama/sdk\" if you want lastest sdk changes' "
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 371ee28

Please sign in to comment.