diff options
Diffstat (limited to 'packages/connect')
-rw-r--r-- | packages/connect/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json index d1e392606..fa91bf632 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -21,7 +21,8 @@ "copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures", "lint": "tslint --project .", "run_mocha": "mocha lib/test/**/*_test.js --exit", - "test": "run-s clean build copy_test_fixtures run_mocha", + "test": "run-s copy_test_fixtures run_mocha", + "rebuild-and-test": "run-s clean build test", "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", "test:circleci": "yarn test:coverage", |