Skip to content

Commit

Permalink
fix directory test in makefile that fails CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Apr 12, 2017
1 parent 79a4ba7 commit 52c066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ build:
@cp node_modules/quill/dist/quill.core.css dist
@cp node_modules/quill/dist/quill.snow.css dist
@cp node_modules/quill/dist/quill.bubble.css dist
@[[ -d $(LIB) ]] || mkdir $(LIB)
@mkdir -p $(LIB)
@cp -Rfv $(SOURCE)/* $(LIB)

watch:
Expand Down

0 comments on commit 52c066e

Please sign in to comment.