aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assert/package.json')
-rw-r--r--packages/assert/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index ab640b361..289bc5431 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -11,7 +11,8 @@
"lint": "tslint src/**/*.ts test/**/*.ts",
"run_mocha": "mocha lib/test/**/*_test.js",
"prepublishOnly": "run-p build",
- "test": "run-s clean build run_mocha"
+ "test": "run-s clean build run_mocha",
+ "test:circleci": "yarn test"
},
"license": "Apache-2.0",
"repository": {