Skip to content

Commit

Permalink
fix: adding CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitanga committed Aug 3, 2024
1 parent f7ba3dd commit d8337f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm run build
- run: npm ci && npm run build

0 comments on commit d8337f1

Please sign in to comment.