Skip to content

Commit

Permalink
build(make): make sure handlebars bin works in more environments
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Apr 22, 2018
1 parent b87175a commit a020eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ help:

# production rules
src/report/%.template.js: src/report/%.template.hbs
handlebars --commonjs handlebars/runtime -f $@ $<
./node_modules/.bin/handlebars --commonjs handlebars/runtime -f $@ $<

.npmignore: .gitignore
cp $< $@
Expand Down

0 comments on commit a020eb2

Please sign in to comment.