Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix(Deploy): don't use snazzy in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jun 17, 2016
1 parent 61b746b commit 8de332b
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 @@ -14,7 +14,7 @@ dist/application.min.js:
npm shrinkwrap --dev

semistandard:
node_modules/.bin/semistandard --verbose | snazzy
node_modules/.bin/semistandard

# git-changelog uses the most recent tag, which is not what we want after we
# just tagged a release. Use the previous tag instead.
Expand Down

0 comments on commit 8de332b

Please sign in to comment.