Rename command to publish

This commit is contained in:
dannyrb 2019-05-15 23:54:47 -04:00
parent c90c3e2f98
commit 462d4b5f10

View File

@ -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",