Skip to content

Commit

Permalink
More Makefile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Dec 12, 2013
1 parent 00cef70 commit 721adff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Expand Up @@ -8,12 +8,12 @@ standalone: node_modules components

# Make a new build

build: components lib/*
build: components
@./node_modules/.bin/component-build --dev

# Release

release: clean node_modules build stanadalone test
release: clean node_modules build standalone test
@git changelog

# Clean
Expand All @@ -36,11 +36,10 @@ clean-cov:
# CI

test:
@bin/hydro
@npm test

coveralls:
@./node_modules/.bin/istanbul cover bin/_hydro --report lcovonly -- \
--formatter hydro-silent \
&& cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

# Support
Expand Down

0 comments on commit 721adff

Please sign in to comment.