We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0b764 commit 24d4ce0Copy full SHA for 24d4ce0
README.md
@@ -21,7 +21,7 @@ See the section about [running tests](https://facebook.github.io/create-react-ap
21
22
### `yarn publish:npm`
23
24
-Builds the project in the `/dist` directory. Publish with `npm publish`.
+Builds the project in the `/dist` directory & publishes with to npm.
25
26
## Install
27
package.json
@@ -37,7 +37,7 @@
37
"build": "react-scripts build",
38
"test": "react-scripts test",
39
"eject": "react-scripts eject",
40
- "publish:npm": "rm -rf dist && mkdir dist && babel src/components -d dist --copy-files"
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/components -d dist --copy-files; npm publish"
41
},
42
"eslintConfig": {
43
"extends": [
0 commit comments