Skip to content

Commit

Permalink
chore(package) regenerator prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Dec 22, 2014
1 parent fa915f0 commit 1ed5c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ build: clean
@mkdir -p build
@$(MAKE) $(BUILD)

publish: build
@npm publish

clean:
@rm -rf build

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"author": "popomore <[email protected]>",
"license": "MIT",
"scripts": {
"prepublish": "make build",
"test": "make test"
}
}
}

0 comments on commit 1ed5c3a

Please sign in to comment.