Skip to content

Commit

Permalink
Add gitignore template to published files for codemod
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 11, 2021
1 parent e7ba3eb commit 30a5170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"files": [
"transforms/*.js",
"bin/*.js",
"lib/**/*.js"
"lib/**/*.js",
"lib/cra-to-next/gitignore"
],
"scripts": {
"prepublish": "yarn tsc -d -p tsconfig.json",
Expand Down

0 comments on commit 30a5170

Please sign in to comment.