Skip to content

Commit

Permalink
Litentry parachain launch fix (#2672)
Browse files Browse the repository at this point in the history
* set pnpm version for litentry-parachain-launch

* yarn -> pnpm
  • Loading branch information
kziemianek committed Apr 17, 2024
1 parent 888992a commit 17491af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"main": "",
"license": "GPL-3.0",
"scripts": {
"build": "cd node_modules/@open-web3/parachain-launch && corepack yarn install && corepack yarn run build",
"build": "cd node_modules/@open-web3/parachain-launch && corepack pnpm install && corepack pnpm run build",
"start": "node_modules/.bin/parachain-launch"
},
"dependencies": {
"@open-web3/parachain-launch": "github:Kailai-Wang/parachain-launch#87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0"
}
},
"packageManager": "pnpm@8.7.6"
}

0 comments on commit 17491af

Please sign in to comment.