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

Commit 7e12844

Browse files
committed
fix(Makefile): bad syntax in publish recipe
#1569
1 parent 1dce6f7 commit 7e12844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ push-to-npm:
413413
(cd $(pub-dir) ; npm publish)
414414

415415
publish: \
416-
clean
417-
build
416+
clean \
417+
build \
418418
setup-dist \
419419
copy-dnd \
420420
copy-traditional-dist \

0 commit comments

Comments
 (0)