Skip to content

Commit 30a5170

Browse files
committed
Add gitignore template to published files for codemod
1 parent e7ba3eb commit 30a5170

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/next-codemod/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"files": [
1616
"transforms/*.js",
1717
"bin/*.js",
18-
"lib/**/*.js"
18+
"lib/**/*.js",
19+
"lib/cra-to-next/gitignore"
1920
],
2021
"scripts": {
2122
"prepublish": "yarn tsc -d -p tsconfig.json",

0 commit comments

Comments
 (0)