diff --git a/package.json b/package.json index 14ad171..2c54ff9 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "./lib/Start.js", "types": "./lib/Start.d.ts", "scripts": { - "test": "npm test", - "build": "tslint --project tsconfig.json --config tslint.json --fix && tsc", + "test": "npm run lint", + "build": "npm test && tsc", "prepare": "npm run build", "lint": "tslint --project tsconfig.json --config tslint.json --fix" },