diff options
Diffstat (limited to 'packages/assert/package.json')
-rw-r--r-- | packages/assert/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json index bec4a9137..9e4fcbbf0 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -8,14 +8,14 @@ "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "scripts": { - "watch": "tsc -w", + "watch_without_deps": "tsc -w", "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts", "clean": "shx rm -rf lib test_temp scripts", "lint": "tslint --project .", "run_mocha": "mocha lib/test/**/*_test.js --exit", "prepublishOnly": "run-p build", "test": "yarn run_mocha", - "rebuild-and-test": "run-s clean build test", + "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", |