Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Ohtu-bakteerien-tunnistuspeli/Bak…
Browse files Browse the repository at this point in the history
…teerien-tunnistuspeli
  • Loading branch information
outisa committed Aug 5, 2024
2 parents 658afe3 + dba7fd6 commit 8a7dece
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 @@ -7,7 +7,7 @@
"start": "NODE_ENV=production node index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"test": "NODE_ENV=test node --test --test-force-exit",
"test-gh-bacterium": " cd ./tests && cross-env NODE_ENV=testserver --test --test-force-exit",
"test-githubactions": "cross-env NODE_ENV=testserver --test --test-force-exit",
"build:ui": "rm -rf build && cd ../frontend && npm run build --prod && cp -r build ../backend",
"lint": "eslint .",
"prettier": "prettier",
Expand Down

0 comments on commit 8a7dece

Please sign in to comment.