Skip to content

Commit

Permalink
Merge pull request #18 from scienmanas/web-update
Browse files Browse the repository at this point in the history
Configure Backend
  • Loading branch information
scienmanas authored Aug 10, 2024
2 parents 09965e9 + 5e908ed commit 4649b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/Backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "certimailer backend app",
"main": "index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"production": "npm run build && node ./build/index.js",
"build": "npm install && rimraf ./build && tsc",
"deploy": "node ./build/index.js",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 4649b03

Please sign in to comment.