diff options
Diffstat (limited to 'packages/json-schemas/package.json')
-rw-r--r-- | packages/json-schemas/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index 75d01a1e9..cb4b998f4 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -8,10 +8,10 @@ "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "scripts": { - "watch": "tsc -w", + "watch_without_deps": "tsc -w", "lint": "tslint --project .", "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", |