Skip to content

Commit

Permalink
fix updateBatch
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Nov 30, 2024
1 parent 12ccc3d commit cd434b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "NOSTOP=true npm start",
"build": "rm -rf ./node_modules/* && rm -rf ./media/* && rm -rf ./dist/* && npm i && tsc",
"test-server": "TEST_TYPE=server node --trace-uncaught --test dist/server/index.js ",
"test-client": "TEST_TYPE=client node --inspect-brk --trace-uncaught --test dist/server/index.js "
"test-client": "TEST_TYPE=client node --trace-uncaught --test dist/server/index.js "
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit cd434b4

Please sign in to comment.