diff --git a/package.json b/package.json index 40a477d..d57d67c 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,11 @@ "typings": "./dist/index.d.ts", "scripts": { "prepublish": "npm run build", - "watch": "npm run watch:ts", - "watch:ts": "npm run build:ts -- --watch --diagnostics", + "watch": "npm run build -- --watch --diagnostics", "prebuild": "npm run lint", "compile": "tsc --pretty", "build": "rimraf dist && tsc --pretty", - "lint": "tslint src/*.ts", + "lint": "tslint src/**/*.ts", "release": "standard-version", "test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__", "precommit": "lint-staged"