From: Stas Vilchik Date: Mon, 20 Apr 2015 13:47:09 +0000 (+0200) Subject: add npm scripts X-Git-Tag: 5.2-RC1~2183 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f031190a70cae0ee2165f5513b9e708d3b0d787;p=sonarqube.git add npm scripts --- diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index 18bf2c5b21c..8016430a694 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -34,6 +34,12 @@ "engines": { "node": "~0.8 || ~0.10" }, + "scripts": { + "build-fast": "./node_modules/.bin/grunt dev", + "build": "./node_modules/.bin/grunt build", + "test": "./node_modules/.bin/grunt test", + "coverage": "./node_modules/.bin/grunt testCoverage" + }, "sources": "src/main/", "assets": "src/main/webapp/" }