Skip to content

Commit d9b27fe

Browse files
experiment with CI
1 parent 1f36e2d commit d9b27fe

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/game-ball-babylonjs-deploy.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
working-directory: ./games/running-ball-babylonjs
2323

2424
- name: Install Dependencies
25-
run: npm install
26-
working-directory: ./games/running-ball-babylonjs
27-
28-
- name: Build project
29-
run: npm run build
25+
run: npm ci
3026
working-directory: ./games/running-ball-babylonjs
3127

3228
- name: Deploy to Netlify
@@ -36,5 +32,5 @@ jobs:
3632
netlify deploy \
3733
--dir dist \
3834
--site ${{ secrets.GAME_RUNNING_BALL_NETLIFY_PROJECT_ID }} \
39-
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
35+
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \
4036
--prod

games/running-ball-babylonjs/src/Game.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export class Game {
5858
this.camera = this.configureCamera();
5959
this.shadowGenerator = new ShadowGenerator(1024, this.light);
6060

61-
6261
[this.wallMaterial, this.wallTouchedMaterial] = this.createWallMaterial();
6362
this.platformMaterial = this.createPlatformMaterial();
6463

0 commit comments

Comments
 (0)