File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
games/running-ball-babylonjs/src Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments