We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ee27a commit 90eaeefCopy full SHA for 90eaeef
.github/workflows/main.yml
@@ -14,6 +14,7 @@ jobs:
14
wget -P ../ramp https://beakerboy.github.io/Threejs-Geometries/src/RampGeometry.js
15
wget -P ../wedge https://beakerboy.github.io/Threejs-Geometries/src/WedgeGeometry.js
16
wget https://api.openstreetmap.org/api/0.6/way/285102551
17
+ cat 285102551
18
cd ../pyramid
19
echo '{"name":"pyramid","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
20
cd ../ramp
0 commit comments