Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
the tests require docs to be made already
Browse files Browse the repository at this point in the history
Otherwise the `make test` command fails to find ronn when generating the
docs for the first time in the prepublish step.

Probably there's a better way to do this, since tarball generation
requires a dev dep to be installed.  But this works on Unix at least,
and gets it by for now.
  • Loading branch information
isaacs committed Oct 3, 2013
1 parent e439908 commit 0a7e6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -71,7 +71,7 @@ link: uninstall
node cli.js link -f

clean: ronnclean doc-clean uninstall
rm npmrc
rm -rf npmrc
node cli.js cache clean

uninstall:
Expand Down Expand Up @@ -160,7 +160,7 @@ doc: man

man: $(cli_docs) $(api_docs)

test:
test: doc
node cli.js test

publish: link doc
Expand Down

0 comments on commit 0a7e6b5

Please sign in to comment.