1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-07-03 14:27:53 -04:00 committed by Joost De Cock
parent 740062db7c
commit 1387f40106

View file

@ -60,13 +60,6 @@ And in another tab, run the create-react-app devserver:
$ cd ${lib.name}/example && ${lib.manager} start
`)
if (lib.manager === 'npm') {
console.log(`
Because you're using npm, you'll need to publish a dummy version of ${lib.name} first before you can "npm link" your package into the example app.
`)
}
return lib
}