Skip to content

Commit

Permalink
fix plain cjs javascript template for deployment on Colyseus Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 10, 2023
1 parent 60764ef commit 9a64c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion templates/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"start": "node src/index.js",
"loadtest": "node loadtest/example.js --room my_room --numClients 2",
"test": "mocha test/**_test.js --exit --timeout 15000"
"test": "mocha test/**_test.js --exit --timeout 15000",
"build": "exit 0"
},
"author": "",
"license": "UNLICENSED",
Expand Down

0 comments on commit 9a64c1d

Please sign in to comment.