Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
miko007 committed Oct 3, 2021
2 parents da9f3bc + b537508 commit e99b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:js": "webpack --config webpack.config.js",
"watch:css": "node-sass public/css/mdos.scss -wo public/css/",
"watch:js": "webpack --config webpack.config.js --watch",
"install": "npm run build && pm2 start main.js --name mdos && pm2 save",
"install": "npm run build && export NODE_ENV=production && pm2 start main.js --log /var/log/mdos-web/production --name mdos && pm2 save",
"remove": "pm2 stop mdos && pm2 delete mdos && pm2 save",
"usermanager": "node bin/usermanager.js"
},
Expand Down

0 comments on commit e99b7e8

Please sign in to comment.