From f4b93a3c8401b162665855d27024097a6e2f141b Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Thu, 6 Aug 2020 17:22:25 -0700 Subject: [PATCH] chore: remove types on clean script --- packages/blob-to-it/package.json | 1 + packages/browser-readablestream-to-it/package.json | 1 + packages/it-all/package.json | 2 +- packages/it-batch/package.json | 2 +- packages/it-buffer-stream/package.json | 2 +- packages/it-drain/package.json | 2 +- packages/it-filter/package.json | 2 +- packages/it-first/package.json | 2 +- packages/it-flat-batch/package.json | 2 +- packages/it-glob/package.json | 2 +- packages/it-last/package.json | 2 +- packages/it-map/package.json | 2 +- packages/it-multipart/package.json | 2 +- packages/it-parallel-batch/package.json | 2 +- packages/it-peekable/package.json | 2 +- packages/it-reduce/package.json | 2 +- packages/it-to-browser-readablestream/package.json | 2 +- 17 files changed, 17 insertions(+), 15 deletions(-) diff --git a/packages/blob-to-it/package.json b/packages/blob-to-it/package.json index 72ffc011..f516cf07 100644 --- a/packages/blob-to-it/package.json +++ b/packages/blob-to-it/package.json @@ -10,6 +10,7 @@ "test": "playwright-test", "lint": "standard", "coverage": "playwright-test", + "clean": "rm -rf dist", "check": "npm run build:dep:types && tsc --noEmit", "build": "npm run build:types", "build:dep:types": "cd node_modules/browser-readablestream-to-it && npm run build:types", diff --git a/packages/browser-readablestream-to-it/package.json b/packages/browser-readablestream-to-it/package.json index 929b705f..c665d91d 100644 --- a/packages/browser-readablestream-to-it/package.json +++ b/packages/browser-readablestream-to-it/package.json @@ -11,6 +11,7 @@ "lint": "standard", "coverage": "playwright-test", "check": "tsc --noEmit", + "clean": "rm -rf dist", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" }, diff --git a/packages/it-all/package.json b/packages/it-all/package.json index 1a8e6626..d276798f 100644 --- a/packages/it-all/package.json +++ b/packages/it-all/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-batch/package.json b/packages/it-batch/package.json index 9bffa0b6..f5fe19ce 100644 --- a/packages/it-batch/package.json +++ b/packages/it-batch/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-buffer-stream/package.json b/packages/it-buffer-stream/package.json index 2c21d16a..00bc8844 100644 --- a/packages/it-buffer-stream/package.json +++ b/packages/it-buffer-stream/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-drain/package.json b/packages/it-drain/package.json index 7c2e08a0..011c492a 100644 --- a/packages/it-drain/package.json +++ b/packages/it-drain/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-filter/package.json b/packages/it-filter/package.json index 62ef3e74..759edd2c 100644 --- a/packages/it-filter/package.json +++ b/packages/it-filter/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-first/package.json b/packages/it-first/package.json index 8cf47d42..662757e2 100644 --- a/packages/it-first/package.json +++ b/packages/it-first/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-flat-batch/package.json b/packages/it-flat-batch/package.json index a908de36..b8d54cd2 100644 --- a/packages/it-flat-batch/package.json +++ b/packages/it-flat-batch/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-glob/package.json b/packages/it-glob/package.json index 72c20af0..56369732 100644 --- a/packages/it-glob/package.json +++ b/packages/it-glob/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-last/package.json b/packages/it-last/package.json index 507c3fbe..752b7977 100644 --- a/packages/it-last/package.json +++ b/packages/it-last/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-map/package.json b/packages/it-map/package.json index ea1d4dd7..b97f7b1c 100644 --- a/packages/it-map/package.json +++ b/packages/it-map/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-multipart/package.json b/packages/it-multipart/package.json index 1fd1be98..e6096380 100644 --- a/packages/it-multipart/package.json +++ b/packages/it-multipart/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-parallel-batch/package.json b/packages/it-parallel-batch/package.json index 777fa66e..f138aef2 100644 --- a/packages/it-parallel-batch/package.json +++ b/packages/it-parallel-batch/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "npm run build:dep:types && tsc --noEmit", "build": "npm run build:types", "build:dep:types": "cd node_modules/it-batch && npm run build:types", diff --git a/packages/it-peekable/package.json b/packages/it-peekable/package.json index 0e263ad0..a17bc98c 100644 --- a/packages/it-peekable/package.json +++ b/packages/it-peekable/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-reduce/package.json b/packages/it-reduce/package.json index 9f1e8c12..94f787fa 100644 --- a/packages/it-reduce/package.json +++ b/packages/it-reduce/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist" diff --git a/packages/it-to-browser-readablestream/package.json b/packages/it-to-browser-readablestream/package.json index 9d363409..a8fa3845 100644 --- a/packages/it-to-browser-readablestream/package.json +++ b/packages/it-to-browser-readablestream/package.json @@ -10,7 +10,7 @@ "test": "ava", "lint": "standard", "coverage": "nyc --reporter html --reporter lcov ava", - "clean": "rm -rf .nyc_output coverage", + "clean": "rm -rf .nyc_output coverage dist", "check": "tsc --noEmit", "build": "npm run build:types", "build:types": "tsc --emitDeclarationOnly --declarationDir dist"