aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/subproviders/package.json')
-rw-r--r--packages/subproviders/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json
index 11d116278..c3ecfd2f0 100644
--- a/packages/subproviders/package.json
+++ b/packages/subproviders/package.json
@@ -5,13 +5,13 @@
"types": "lib/src/index.d.ts",
"license": "Apache-2.0",
"scripts": {
- "prebuild": "npm run clean",
"clean": "shx rm -rf lib",
"build": "tsc",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"run_mocha_unit": "mocha lib/test/unit/**/*_test.js --timeout 10000 --bail --exit",
"run_mocha_integration": "mocha lib/test/integration/**/*_test.js --timeout 10000 --bail --exit",
"test": "npm run test:unit",
+ "test:circleci": "npm run test:unit",
"test:all": "run-s test:unit test:integration",
"test:unit": "run-s clean build run_mocha_unit",
"test:integration": "run-s clean build run_mocha_integration"