diff --git a/package.json b/package.json index 7773b20..997f078 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ }, "scripts": { "start": "node index.js", + "prod": "forever start -c \"npm start\" ./", "dev": "npm run bundle && gulp start", "bundle": "gulp bundle", "test": "npm run bundle && gulp test",