From f249fa0c1caf1e096101434db2e4e9cf037c9f54 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 22 Jul 2019 16:12:56 -0700 Subject: [PATCH] Update publish command U; Please enter the commit message for your changes. Lines starting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb338a0..0476487 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The most useful commands for development are: - `yarn dev` to start a development server - `yarn build-demo` to build the demo locally (it will be published automatically by Travis) -- `git -a 1.2.3 && git push` to publish the lib to npm (via Travis deploy mechanism) +- `git tag -a 1.2.3 && git push` to publish the lib to npm (via Travis deploy mechanism) ## TODO List