Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 12ee427

Browse files
committed
fix(minimal): fix path
1 parent 8507f97 commit 12ee427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal/.install/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = async ({ project, projectDir }) => {
1212
const templateName = 'graphql-boilerplate'
1313

1414
replaceInFiles(
15-
['server/src/index.js', 'server/package.json'],
15+
['server/index.js', 'server/package.json'],
1616
templateName,
1717
project,
1818
)

0 commit comments

Comments
 (0)