Skip to content

Commit

Permalink
fix: build new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Apr 2, 2024
1 parent 2d30325 commit 93a78ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EOF

cp ../../README.md .

awk -v heading="# Document Store ($target)" 'BEGIN{replaced=0} /^# /{if(!replaced){print heading; replaced=1; next}} {print}' README.md > "README.md.tmp" && mv "README.md.tmp" README.md
sed -e 's|<p align="center">Document Store</p>|<p align="center">Document Store ('"$target"')</p>|' README.md > README.md.tmp && mv README.md.tmp README.md

npm install "@typechain/$target" --save-dev --no-fund --no-audit

Expand Down

0 comments on commit 93a78ba

Please sign in to comment.