diff --git a/package.json b/package.json index 012b60d9b..79bb639cf 100644 --- a/package.json +++ b/package.json @@ -67,33 +67,20 @@ ] }, "test": { - "outputs": [ - "coverage/**" - ] - }, - "rest#test": { "dependsOn": [ - "build" + "^build" ], - "outputs": [ - "coverage/**" - ] - }, - "lint": { "outputs": [] }, - "rest#lint": { + "lint": { "dependsOn": [ - "build" + "^build" ], "outputs": [] }, "lint:fix": { - "outputs": [] - }, - "rest#lint:fix": { "dependsOn": [ - "build" + "^build" ], "outputs": [] },