Merge pull request #433 from dannyrb/fix/docs-deploy

Rename command to publish
This commit is contained in:
Danny Brown 2019-05-15 23:55:56 -04:00 committed by GitHub
commit c1c3241be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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