chore: fix building

This commit is contained in:
harttle
2019-05-12 21:29:58 +08:00
parent fdf0043b9c
commit d8ba009773
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",
"test": "BUNDLES=cjs npm run build && mocha \"test/**/*.ts\"",
"test": "BUNDLES=cjs,umd npm run build && mocha \"test/**/*.ts\"",
"benchmark": "ts-node benchmark",
"coverage-html": "nyc --reporter=html mocha \"test/{unit,integration}/**/*.ts\"",
"coverage-coveralls": "nyc mocha \"test/{unit,integration}/**/*.ts\" && nyc report --reporter=text-lcov | coveralls",