Skip to content

Commit

Permalink
Update npm behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Jun 28, 2012
1 parent 4525138 commit 47b942c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -4,5 +4,4 @@ build/
node_modules
build-stamp
dependencies-stamp
devdependencies-stamp
npm-debug.log
12 changes: 2 additions & 10 deletions Makefile
Expand Up @@ -9,7 +9,7 @@ clean:
rm -f build-stamp

clean-all: clean
rm -f dependencies-stamp devdependencies-stamp
rm -f dependencies-stamp

build: build-stamp dependencies

Expand All @@ -23,18 +23,10 @@ dependencies-stamp:
touch dependencies-stamp
npm install

lint: devdependencies
lint: dependencies
./node_modules/.bin/nodelint ./bin/*

benchmark: build
./bin/node-mysql-bindings-benchmark.js

devdependencies: devdependencies-stamp

devdependencies-stamp:
touch dependencies-stamp
touch devdependencies-stamp
npm install --dev

.PHONY: all rebuild clean clean-all build lint benchmark

0 comments on commit 47b942c

Please sign in to comment.