Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 220d4b8

Browse files
authored
Add gitignore template to published files for codemod (vercel#26008)
1 parent 6cd8b01 commit 220d4b8

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)