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

Commit

Permalink
Don't delete css before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton committed Jul 16, 2014
1 parent 85a24f6 commit 460ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tidy:
# sass-convert --recursive --in-place --from scss --to scss public/sass/


test: clean node-modules jshint test-unit
test: node-modules jshint test-unit
@echo "ALL TESTS PASS"

test-unit:
Expand Down

0 comments on commit 460ccec

Please sign in to comment.