Skip to content

Commit

Permalink
update build (github actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed May 11, 2023
1 parent 95178a2 commit 069dfb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm run build
npm run build-ci
- name: Create dist asset
run: zip --junk-paths colyseus-js-client build/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.15.8",
"version": "0.15.7",
"description": "Colyseus Multiplayer SDK for JavaScript/TypeScript",
"author": "Endel Dreyer",
"license": "MIT",
Expand Down

0 comments on commit 069dfb1

Please sign in to comment.