Skip to content

Commit f249fa0

Browse files
committed
Update publish command
U; Please enter the commit message for your changes. Lines starting
1 parent e04484f commit f249fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The most useful commands for development are:
6767

6868
- `yarn dev` to start a development server
6969
- `yarn build-demo` to build the demo locally (it will be published automatically by Travis)
70-
- `git -a 1.2.3 && git push` to publish the lib to npm (via Travis deploy mechanism)
70+
- `git tag -a 1.2.3 && git push` to publish the lib to npm (via Travis deploy mechanism)
7171

7272
## TODO List
7373

0 commit comments

Comments
 (0)