Skip to content

Commit

Permalink
scripts: fetch-libraries: revert to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Oct 30, 2023
1 parent 8a0f26e commit 1ab82d3
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 @@ -25,7 +25,7 @@
"gen-proto": "pbjs -t static-module --keep-case -w es6 --force-long -o proto/lightning.js proto/*.proto proto/*/*.proto && pbts -o proto/lightning.d.ts proto/lightning.js",
"gradlew": "cd android && ./gradlew",
"android:clean": "yarn gradlew clean",
"fetch-libraries": "sh fetch-libraries.sh"
"fetch-libraries": "bash fetch-libraries.sh"
},
"dependencies": {
"@keystonehq/bc-ur-registry": "0.4.2",
Expand Down

0 comments on commit 1ab82d3

Please sign in to comment.