diff options
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" |