Skip to content

Commit

Permalink
fix(build): copy typings (element-plus#8098)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Jun 5, 2022
1 parent d8739fa commit 3d00cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/build/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const copyFiles = () =>
])

export const copyTypesDefinitions: TaskFunction = (done) => {
const src = path.resolve(buildOutput, 'types')
const src = path.resolve(buildOutput, 'types', 'packages')
const copyTypes = (module: Module) =>
withTaskName(`copyTypes:${module}`, () =>
copy(src, buildConfig[module].output.path, { recursive: true })
Expand Down

0 comments on commit 3d00cf7

Please sign in to comment.