File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ See the section about [running tests](https://facebook.github.io/create-react-ap
2121
2222### ` yarn publish:npm `
2323
24- Builds the project in the ` /dist ` directory & publishes with to npm.
24+ Builds the project in the ` /dist ` directory. Publish to npm with ` npm publish ` .
2525
2626## Install
2727
Original file line number Diff line number Diff line change 3737 "build" : " react-scripts build" ,
3838 "test" : " react-scripts test" ,
3939 "eject" : " react-scripts eject" ,
40- "publish:npm" : " rm -rf dist && mkdir dist && babel src/components -d dist --copy-files; npm publish "
40+ "publish:npm" : " rm -rf dist && mkdir dist && babel src/components -d dist --copy-files"
4141 },
4242 "eslintConfig" : {
4343 "extends" : [
You can’t perform that action at this time.
0 commit comments