From 650bb4c719800c3ec9ac66927f9b963f737f1ec9 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Mon, 25 Apr 2016 12:53:15 -0400 Subject: [PATCH] use npm test to run npm tests --- Makefile | 2 +- circle.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ccf8246cabf..6cccaa7f64b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: test: godep go test -v ./pkg/... - npm run test + npm test run: ./bin/grafana-server diff --git a/circle.yml b/circle.yml index 22dab8ab893..02f9f91e103 100644 --- a/circle.yml +++ b/circle.yml @@ -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}