Skip to content

Commit 3f46e41

Browse files
authored
Update main.yml
1 parent a455a65 commit 3f46e41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ jobs:
1313
wget -P ../pyramid https://beakerboy.github.io/Threejs-Geometries/src/PyramidGeometry.js
1414
wget -P ../ramp https://beakerboy.github.io/Threejs-Geometries/src/RampGeometry.js
1515
wget -P ../wedge https://beakerboy.github.io/Threejs-Geometries/src/WedgeGeometry.js
16+
wget -P ../hipped https://beakerboy.github.io/Threejs-Geometries/src/HippedGeometry.js
1617
cd ../pyramid
1718
echo '{"name":"pyramid","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
1819
cd ../ramp
1920
echo '{"name":"ramp","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
2021
cd ../wedge
2122
echo '{"name":"wedge","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
23+
cd ../hipped
24+
echo '{"name":"hipped","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
2225
cd ../OSMBuilding
2326
yarn --prod=false
2427
- name: Lint

0 commit comments

Comments
 (0)