Skip to content

Commit

Permalink
Enable debug mode by default while developing
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Sep 9, 2017
1 parent febac3a commit 3298019
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 @@ -47,7 +47,7 @@
"workerpool": "^2.2.4"
},
"scripts": {
"dev": "node index",
"dev": "DEBUG=bp:* node index",
"build": "next build",
"start": "NODE_ENV=production DEBUG=bp:* node --optimize_for_size --max_old_space_size=460 index",
"prod": "yarn run build && yarn start",
Expand Down

0 comments on commit 3298019

Please # to comment.