Skip to content

Commit

Permalink
fix: add types for post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent e9c3559 commit 97566e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/react-router-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dist/",
"package.json",
"README.md",
"post-build.js"
"post-build.js",
"post-build.d.ts"
],
"scripts": {
"build": "yarn cross-env NODE_ENV=production rollup -c",
Expand Down
1 change: 1 addition & 0 deletions integrations/react-router-integration/post-build.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/post-build.d';

0 comments on commit 97566e1

Please sign in to comment.