From 462d4b5f100fa87f576d400b30ff1b3da800efa7 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 15 May 2019 23:54:47 -0400 Subject: [PATCH] Rename command to publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d7d1b8ee..47f545899 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "jest", "test:ci": "jest --ci --runInBand --collectCoverage --reporters=default --reporters=jest-junit && codecov", "staticDeploy": "./generateStaticSite.sh", - "docs:deploy": "gh-pages -d docs/latest/_book", + "docs:publish": "gh-pages -d docs/latest/_book", "start": "yarn run dev", "predeploy": "cd example && npm install && yarn run build:package", "preBuild": "yarn run version && yarn run copy:webworkers",