Fix npm start and test commands
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
parent
1a870dec
No related branches found
No related tags found
... | ... | @@ -5,8 +5,8 @@ |
"description": "Simulador custo aluno-qualidade", | ||
"private": true, | ||
"scripts": { | ||
"start": "forever start server.js || node server.js", | ||
"test": "mocha" | ||
"start": "cd build && forever start server.js || node server.js", | ||
"test": "cd build && mocha" | ||
}, | ||
"dependencies": { | ||
"apicache": "0.0.14", | ||
... | ... |
Please register or sign in to comment