use npm test to run npm tests

This commit is contained in:
Dan Cech 2016-04-25 12:53:15 -04:00
parent 2244224b12
commit 650bb4c719
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ build:
test:
godep go test -v ./pkg/...
npm run test
npm test
run:
./bin/grafana-server

View File

@ -25,12 +25,12 @@ test:
# Go test
- godep go test -v ./pkg/...
# js tests
- ./node_modules/grunt-cli/bin/grunt test
- npm test
- npm run coveralls
deployment:
master:
branch: master
owner: grafana
commands:
commands:
- ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}