Skip to content

Commit

Permalink
update Procfile w new lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjorkegren committed Nov 27, 2016
1 parent e815776 commit 1b6ec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gulp && node --max_old_space_size=400 --gc_interval=100 --harmony app.js
web: eslint *.js && node --max_old_space_size=400 --gc_interval=100 --harmony app.js

0 comments on commit 1b6ec21

Please sign in to comment.