Skip to content

Commit

Permalink
Updated Makefile and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Aug 29, 2013
1 parent cd88a47 commit 81dade8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPORTER ?= dot

build: install css
build: css

test:
node test --reporter $(REPORTER)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"hexo": "./bin/hexo"
},
"scripts": {
"prepublish": "make build",
"test": "node test"
},
"directories": {
Expand Down

0 comments on commit 81dade8

Please sign in to comment.