Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Aug 23, 2023
1 parent 53a7679 commit 72d1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "nx format:write --all",
"delete:merged-branches": "git branch --merged | egrep -v '(^\\*|master|main|develop)' | xargs git branch -d",
"delete:no-merged-branches": "git branch --no-merged | egrep -v '(^\\*|master|main|develop)' | xargs git branch -d",
"what:packages": "node ./tools/scripts/what-packages.mjs @lit-protocol ./packages/getlit-sdk"
"what:packages": "node ./tools/scripts/what-packages.mjs"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 72d1bd9

Please sign in to comment.