Skip to content

Commit

Permalink
Update copy-typings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten authored Mar 17, 2021
1 parent 9a5737e commit b5b7b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-typings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fs.copyFileSync(

fs.copyFileSync(
path.resolve(__dirname, 'react-ssr-prepass.js.flow'),
path.resolve(__dirname, '../dist/react-ssr-prepass.js.ts')
path.resolve(__dirname, '../dist/react-ssr-prepass.js.flow')
)

fs.copyFileSync(
Expand Down

0 comments on commit b5b7b7b

Please sign in to comment.