diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 11:39:22 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 11:39:22 +0100 |
commit | 0c7e8917ca980378311be6cd472543f9e423c6c3 (patch) | |
tree | 77eb0004319e3427c23f321d5456323cc3b4f634 /package.json | |
parent | 981ce24558f8a6af9478c0c309e31c7272d933dd (diff) | |
download | svg.js-0c7e8917ca980378311be6cd472543f9e423c6c3.tar.gz svg.js-0c7e8917ca980378311be6cd472543f9e423c6c3.zip |
speedup build for tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
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" |