Skip to content

Commit 900237b

Browse files
devversionjelbourn
authored andcommitted
build: docs task should not clean (#9197)
* No longer cleans the dist/ folder because some deploy scripts depend on previous output inside of the dist folder.
1 parent 77b45f5 commit 900237b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/gulp/tasks/docs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ const markdownOptions = {
7474

7575
/** Generate all docs content. */
7676
task('docs', sequenceTask(
77-
'clean',
7877
[
7978
'markdown-docs-material',
8079
'markdown-docs-cdk',

0 commit comments

Comments
 (0)