Skip to content

Commit

Permalink
fix: update repo in CONTRIBUTING.md (#5726)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock authored Mar 24, 2021
1 parent 77c215d commit da85087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Env setup from scratch (line by line for an easy copy-paste)
```
pnpm i yalc -g
git clone https://github.com/electron-builder/electron-builder.git
git clone https://github.com/electron-userland/electron-builder.git
pushd ./electron-builder
pnpm install
pnpm compile
find packages/ -type d -maxdepth 1 -print0 | xargs -0 -L1 sh -c 'cd "$0" && yalc push'
popd
Expand Down

0 comments on commit da85087

Please sign in to comment.