Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
fix(Makefile): bad syntax in publish recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Aug 8, 2016
1 parent 1dce6f7 commit 7e12844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ push-to-npm:
(cd $(pub-dir) ; npm publish)

publish: \
clean
build
clean \
build \
setup-dist \
copy-dnd \
copy-traditional-dist \
Expand Down

0 comments on commit 7e12844

Please sign in to comment.