1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 06:20:14 +02:00

Fix failing build

This commit is contained in:
Kamran Ahmed
2023-09-30 14:03:49 +01:00
parent 8310671123
commit e34695e334
3 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
set -e
rm -rf .temp
git clone git@github.com:roadmapsh/web-draw.git .temp/web-draw
git clone https://"$PAT"@github.com/roadmapsh/web-draw.git .temp/web-draw
rm -rf renderer
mkdir renderer