Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Print to stdout on npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed Sep 29, 2015
1 parent 128a516 commit be1cf03
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 @@ -17,7 +17,7 @@
"url": "https://github.com/bakape/meguca/issues"
},
"scripts": {
"start": "node index > /dev/null &",
"start": "node index &",
"stop": "kill `cat server/.server.pid`",
"postinstall": "node scripts/bootstrap.js && node_modules/.bin/gulp client vendor mod css lang legacy"
},
Expand Down

0 comments on commit be1cf03

Please sign in to comment.