Skip to content

Commit

Permalink
build: prune clean build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 8, 2021
1 parent 235f8cd commit 2e3908c
Show file tree
Hide file tree
Showing 154 changed files with 300 additions and 300 deletions.
4 changes: 2 additions & 2 deletions packages/adapt-dpi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"build": "yarn clean && tsc --declaration",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -58,4 +58,4 @@
"thi.ng": {
"year": 2015
}
}
}
4 changes: 2 additions & 2 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -114,4 +114,4 @@
],
"year": 2018
}
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib api decorators mixins",
"clean": "rimraf *.js *.d.ts *.map doc api decorators mixins",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/arrays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -132,4 +132,4 @@
"thi.ng": {
"year": 2018
}
}
}
4 changes: 2 additions & 2 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib internal",
"clean": "rimraf *.js *.d.ts *.map doc internal",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -165,4 +165,4 @@
"thi.ng": {
"year": 2017
}
}
}
4 changes: 2 additions & 2 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -102,4 +102,4 @@
],
"year": 2017
}
}
}
4 changes: 2 additions & 2 deletions packages/base-n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -98,4 +98,4 @@
"thi.ng": {
"year": 2017
}
}
}
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down
4 changes: 2 additions & 2 deletions packages/bencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -66,4 +66,4 @@
"import": "./index.js"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -121,4 +121,4 @@
"transducers-binary"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -81,4 +81,4 @@
"adjacency"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/bitstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -70,4 +70,4 @@
"rle-pack"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -82,4 +82,4 @@
],
"year": 2018
}
}
}
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -63,4 +63,4 @@
"parent": "@thi.ng/color",
"year": 2021
}
}
}
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib api css hcy hsi hsl hsv int internal lab lch oklab ops rgb srgb xyy xyz ycc",
"clean": "rimraf *.js *.d.ts *.map doc api css hcy hsi hsl hsv int internal lab lch oklab ops rgb srgb xyy xyz ycc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -392,4 +392,4 @@
"vectors"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/colored-noise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -103,4 +103,4 @@
],
"year": 2015
}
}
}
4 changes: 2 additions & 2 deletions packages/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -68,4 +68,4 @@
"import": "./reverse.js"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -97,4 +97,4 @@
"import": "./trampoline.js"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -94,4 +94,4 @@
"status": "deprecated",
"year": 2016
}
}
}
4 changes: 2 additions & 2 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -74,4 +74,4 @@
"thi.ng": {
"year": 2014
}
}
}
4 changes: 2 additions & 2 deletions packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -117,4 +117,4 @@
"thi.ng": {
"year": 2020
}
}
}
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -78,4 +78,4 @@
"thi.ng": {
"year": 2017
}
}
}
4 changes: 2 additions & 2 deletions packages/defmulti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
Expand Down Expand Up @@ -81,4 +81,4 @@
"thi.ng": {
"year": 2018
}
}
}
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
Expand Down Expand Up @@ -67,4 +67,4 @@
"parent": "@thi.ng/dgraph",
"year": 2020
}
}
}
Loading

0 comments on commit 2e3908c

Please sign in to comment.