Skip to content

Commit

Permalink
oops forgot a file
Browse files Browse the repository at this point in the history
  • Loading branch information
Veeti Laine committed Jul 26, 2024
1 parent 5191fe3 commit 4ccc433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"render:deploy": "npm install && cd frontend && npm install && npm run build",
"eslint": "eslint .",
"test": "NODE_ENV=testing jest --verbose --runInBand --forceExit",
"start:test": "NODE_ENV=testing node index.js"
"start:test": "NODE_ENV=testing node index.js",
"test:e2e": "cd frontend && npm run cypress"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 4ccc433

Please sign in to comment.