Commit a044d7fe12e3f2adadaa1e3c43ffb47998b1811d

Authored by ABNER SILVA DE OLIVEIRA
1 parent 284e9d9f

added jenkins npm script

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
package.json
... ... @@ -17,6 +17,7 @@
17 17 "test-single": "karma start --single-run",
18 18 "test-and-coverage": "karma start & npm run remap-coverage",
19 19 "test": "webpack -w --test",
  20 + "jenkins": "webpack && npm run coverage",
20 21 "postinstall": "npm install -g bower; bower install; typings install; npm run fix-jqlite; cd dev-scripts; typings install",
21 22 "start": "concurrently \"webpack -w\" \"gulp serve\"",
22 23 "generate-indexes": "ts-node --project ./dev-scripts ./dev-scripts/generate-index-modules.ts",
... ...