From a365719d3f1246177726dfc1e79efdd24904f033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 2 Oct 2017 17:25:43 +0200 Subject: [PATCH] tech: minor npm scripts update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1bbe44991b9..cd8659842f2 100644 --- a/package.json +++ b/package.json @@ -96,9 +96,9 @@ "scripts": { "dev": "./node_modules/.bin/webpack --progress --colors --config scripts/webpack/webpack.dev.js", "watch": "./node_modules/.bin/webpack --progress --colors --watch --config scripts/webpack/webpack.dev.js", - "build": "./node_modules/grunt-cli/bin/grunt build", - "test": "./node_modules/grunt-cli/bin/grunt test", - "lint" : "node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json --type-check", + "build": "./node_modules/.bin/grunt build", + "test": "./node_modules/.bin/grunt test", + "lint" : "./node_modules/.bin/tslint -c tslint.json --project ./tsconfig.json --type-check", "watch-test": "./node_modules/grunt-cli/bin/grunt karma:dev" }, "license": "Apache-2.0",