aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-13 11:39:22 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-13 11:39:22 +0100
commit0c7e8917ca980378311be6cd472543f9e423c6c3 (patch)
tree77eb0004319e3427c23f321d5456323cc3b4f634 /package.json
parent981ce24558f8a6af9478c0c309e31c7272d933dd (diff)
downloadsvg.js-0c7e8917ca980378311be6cd472543f9e423c6c3.tar.gz
svg.js-0c7e8917ca980378311be6cd472543f9e423c6c3.zip
speedup build for tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a86408d..5be57fe 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,7 @@
"typings": "./svg.js.d.ts",
"scripts": {
"build": "gulp",
+ "build:test": "gulp unify",
"test": "karma start .config/karma.conf.js --single-run",
"test:quick": "karma start .config/karma.quick.js",
"docs": "gulp docs"