Skip to content

Commit f7a838d

Browse files
authored
build: Update clean script to account for multi-version api model artifacts (#19063)
Script was only accounting for the "current" version artifact
1 parent 47b818f commit f7a838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci:test:stress:tinylicious": "pnpm run -r --no-sort --stream --no-bail test:stress:tinylicious:report ",
5454
"ci:test:stress:tinylicious:coverage": "c8 --no-clean pnpm run -r --no-sort --stream --no-bail test:stress:tinylicious:report ",
5555
"clean": "fluid-build --task clean",
56-
"clean:docs": "rimraf --glob \"**/_api-extractor-temp\" \"docs/api/*/**\"",
56+
"clean:docs": "rimraf --glob \"**/_api-extractor-temp*\" \"docs/api/*/**\"",
5757
"clean:nyc": "rimraf --glob \"nyc/**\"",
5858
"clean:r11s": "fluid-build -g server --task clean",
5959
"clean:root": "rimraf --glob \"*.done.build.log\"",

0 commit comments

Comments
 (0)