Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
outisa committed Aug 5, 2024
1 parent 8094260 commit 905b591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-gh-user": "NODE_ENV=testserver node --test -- './tests/user_api.test.js'",
"test-gh-game": "NODE_ENV=testserver node --test -- './tests/game_api.test.js'",
"test-gh-game-testing": "NODE_ENV=testserver node --test -- './tests/game-testing.test.js'",
"test-gh-credit": "NODE_ENV=testserver node --test -- './tests/credit_api.test.js'",
"test-gh-credit": "NODE_ENV=testserver node --test -- './tests/credit.test.js'",
"test-gh-case": "NODE_ENV=testserver node --test -- './tests/case_api.test.js'",
"build:ui": "rm -rf build && cd ../frontend && npm run build --prod && cp -r build ../backend",
"lint": "eslint .",
Expand Down

0 comments on commit 905b591

Please sign in to comment.