Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
outisa authored Aug 5, 2024
1 parent 7a50012 commit 065f128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"dev": "NODE_ENV=development nodemon index.js",
"test": "NODE_ENV=test node --test --test-force-exit",
"test-githubactions": "cross-env NODE_ENV=testserver --test --test-force-exit",
"test-githubactions": "NODE_ENV=testserver --test",
"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 065f128

Please sign in to comment.