TxnLab / use-wallet

A framework agnostic wallet integration library for Algorand dApps
https://txnlab.gitbook.io/use-wallet
MIT License
81 stars 32 forks source link

fix(scripts): replace single quotes w/ escaped double quotes #278

Closed No-Cash-7970 closed 1 week ago

No-Cash-7970 commented 1 week ago

For some reason, my computer did not like the scripts in the package.json files having single quotes. Because of that the pnpm build:packages described in the CONTRIBUTING failed. This issue maybe a Windows-only thing, but I hope my change works on Linux and Mac too.

Summary of changes

No-Cash-7970 commented 1 week ago

According to the CI checks, it looks like my changes work on Linux too. 👍