Skip to content

Commit 36c1367

Browse files
committed
fix: mention CONTRIBUTING.md after generating the project
1 parent 53b11a5 commit 36c1367

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-templates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build template
22
on:
33
push:
4+
paths:
5+
- packages/create-react-native-library/**
46

57
jobs:
68
build:

packages/create-react-native-library/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,9 @@ async function create(argv: yargs.Arguments<any>) {
564564
)
565565
.join('\n')}
566566
567-
${kleur.yellow('Good luck!')}
567+
${kleur.yellow(
568+
`See ${kleur.bold('CONTRIBUTING.md')} for more details. Good luck!`
569+
)}
568570
`)
569571
);
570572
}

0 commit comments

Comments
 (0)