Skip to content

Commit

Permalink
fix: build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitanga committed Aug 3, 2024
1 parent a4db259 commit 7757dcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npx del-cli dist --force && node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --env.NODE_ENV=production --progress --config webpack.production.js
- name: Install Dependencies
run: npm install
- name: Delete old /dist folder
run: npx del-cli dist --force
- name: Start Building folder
run: node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --env.NODE_ENV=production --progress --config webpack.production.js
working-directory: ${{ github.workspace }}

0 comments on commit 7757dcb

Please sign in to comment.