Skip to content

Commit

Permalink
Merge pull request #2 from laineveeti/restructuring
Browse files Browse the repository at this point in the history
now actually deployable build
  • Loading branch information
piisamirontta authored Jul 11, 2024
2 parents 3aef54c + 8a23997 commit eb9027c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"start": "NODE_ENV=production node index.js",
"dev": "NODE_ENV=development nodemon index.js",
"build": "cd frontend && rm -rf build/* && npm run build",
"render:deploy": "npm install && npm run build",
"build": "cd frontend && npm run build",
"render:deploy": "npm install && cd frontend && npm install && npm run build",
"eslint": "eslint .",
"test": "NODE_ENV=test jest --verbose --runInBand --forceExit",
"start:test": "NODE_ENV=test node index.js"
Expand Down

0 comments on commit eb9027c

Please sign in to comment.