mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
test: node_modules
|
|
./node_modules/.bin/mocha -R spec -t 10000
|
|
|
|
node_modules: package.json
|
|
npm install
|
|
|
|
.PHONY: test
|