From 0b2109e2eaaa2c34f2711f8b80182ae6627778e7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Oct 2018 21:03:35 -0400 Subject: [PATCH] fix again --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 342939f..f3b6819 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "@sailshq/eslint": "^4.19.3" }, "scripts": { - "start": "sudo NODE_ENV='production' forever start app.js", - "stop": "sudo forever stopall", + "start": "sudo NODE_ENV='production' ./node_modules/.bin/forever start app.js", + "stop": "./node_modules/.bin/forever stopall", "test": "npm run lint && npm run custom-tests && echo 'Done.'", "lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'", "custom-tests": "echo \"(No other custom tests yet.)\" && echo"