mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
fix(generators): Fix generator typings (#7727)
This commit is contained in:
committed by
GitHub
parent
04a6536518
commit
4dcf4064f2
@@ -348,7 +348,6 @@ function packageDTS() {
|
||||
return gulp.src(handwrittenSrcs, {base: 'typings'})
|
||||
.pipe(gulp.src(`${TYPINGS_BUILD_DIR}/**/*.d.ts`, {ignore: [
|
||||
`${TYPINGS_BUILD_DIR}/blocks/**/*`,
|
||||
`${TYPINGS_BUILD_DIR}/generators/**/*`,
|
||||
]}))
|
||||
.pipe(gulp.replace('AnyDuringMigration', 'any'))
|
||||
.pipe(gulp.dest(RELEASE_DIR));
|
||||
|
||||
Reference in New Issue
Block a user