Skip to content

Commit a97279f

Browse files
committed
fix(template): properly update list of template files after last change
release-npm fixes #2
1 parent 8e82a29 commit a97279f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

customize.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ const files = [
55
'app/App.js',
66
'test/basic.test.tsx',
77
'test/docs.test.tsx',
8+
'test/tsconfig.json',
9+
'.gitignore',
810
'babel.config.json',
911
'create-app.js',
1012
'index.tsx',
1113
'package.json',
1214
'README.md',
1315
'tsconfig.json',
14-
'tsconfig-build.json',
1516
]
1617

1718
// Replace template values with plugin name.

0 commit comments

Comments
 (0)