Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:thi-ng/umbrella into develop
Browse files Browse the repository at this point in the history
* 'develop' of github.com:thi-ng/umbrella:
  build: update bench pkg file (update clean cmd)
  • Loading branch information
postspectacular committed Apr 18, 2023
2 parents 1398282 + 0ce4a8e commit f3a7b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc format",
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc format",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
Expand Down

0 comments on commit f3a7b03

Please sign in to comment.