From 8806978aa3cdf3af1ecbfade6a5cd5bc9647a20f Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 7 Jan 2017 12:08:06 +0000 Subject: [PATCH] publish README to gh-pages (auto) branch: master SHA: dc5b7ab41ae0e9c2f690358b9ca3293810d435ed range SHA: a3716371f808...dc5b7ab41ae0 build id: 189771128 build number: 534 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14cd5a5e..b1455c3d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ command to generate a production build. The ```shell -npm run build-all +npm run dist ``` command will create a production build, run the tests and finally generate the demos: @@ -118,7 +118,7 @@ to view the coverage report(s), open the `index.html` under the Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or generate the demos locally: ```shell -npm run build-demos +npm run build:demos ``` then run the local webserver: ```shell