diff --git a/package.json b/package.json index c28d3b1d3..012b60d9b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "husky": "^7.0.4", "lint-staged": "^12.1.7", "prettier": "^2.5.1", - "turbo": "^1.0.24-canary.2" + "turbo": "^1.0.24" }, "engines": { "node": ">=16.9.0" @@ -67,20 +67,33 @@ ] }, "test": { + "outputs": [ + "coverage/**" + ] + }, + "rest#test": { "dependsOn": [ - "^build" + "build" ], - "outputs": [] + "outputs": [ + "coverage/**" + ] }, "lint": { + "outputs": [] + }, + "rest#lint": { "dependsOn": [ - "^build" + "build" ], "outputs": [] }, "lint:fix": { + "outputs": [] + }, + "rest#lint:fix": { "dependsOn": [ - "^build" + "build" ], "outputs": [] }, diff --git a/packages/rest/package.json b/packages/rest/package.json index 2fd029e10..b95d2bf55 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -4,7 +4,7 @@ "description": "The REST API for discord.js", "scripts": { "build": "tsup && tsc --emitDeclarationOnly --incremental", - "test": " jest --pass-with-no-tests --collect-coverage", + "test": "jest --pass-with-no-tests --collect-coverage", "lint": "eslint src __tests__ --ext mjs,js,ts", "lint:fix": "eslint src __tests__ --ext mjs,js,ts --fix", "format": "prettier --write .", diff --git a/packages/voice/package.json b/packages/voice/package.json index 3dfd4321c..7cfe16c54 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -4,7 +4,7 @@ "description": "Implementation of the Discord Voice API for node.js", "scripts": { "build": "tsup && node scripts/postbuild.mjs", - "test": " jest --pass-with-no-tests --collect-coverage", + "test": "jest --pass-with-no-tests --collect-coverage", "lint": "eslint src --ext mjs,js,ts", "lint:fix": "eslint src --ext mjs,js,ts --fix", "format": "prettier --write .", diff --git a/yarn.lock b/yarn.lock index e13d531e4..d79ba525f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7667,7 +7667,7 @@ turbo-windows-64@1.0.24: resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.0.24.tgz#5dd30b10110f2bb69caa479ddd72b4c471fb0dea" integrity sha512-YHAWha5XkW0Ate1HtwhzFD32kZFXtC8KB4ReEvHc9GM2inQob1ZinvktS0xi5MC5Sxl9+bObOWmsxeZPOgNCFA== -turbo@^1.0.24-canary.2: +turbo@^1.0.24: version "1.0.24" resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.0.24.tgz#5efdeb44aab2f5e97b24a3e0ed4a159bfcd0a877" integrity sha512-bfOr7iW48+chDl+yKiZ5FIWzXOF6xOIyrAGPaWI+I5CdD27IZCEGvqvTV/weaHvjLbV7otybHQ56XCybBlVjoA==