* root: move deploy scripts from server to top level scripts
* remove postinstall download stop variable
* deploy: list all dev dependencies
* working on deploy run
* WIP comment out obsolete run-sequence
* add cypress-io/cypress-example-recipes
* root: enable run all to skip package or packages by name
* deploy: move coffee lint to root
* deploy: make bump async
* deploy: WIP update deploy + build processes for monorepo
* Add cypress-io/cypress-example-module-api project build to bump
* remove commas
* Add project cypress-io/cypress-test-ci-environments to list of projects to test
* deploy: WIP refactor classes -> functional
* deploy: don't copy node_modules or prune -> just npm install
* cli: consolidate important fields into monorepo root, pull out and build
* all: cleanup package.json, remove versions, license, repo information
-move some deps to devDeps
* all: convert es5 -> es6 + fix linting
* deploy: specify files to include when copying packages for dist
* deploy: convert coffee script in place + remove coffee files
-added docs unit tests
-validate external urls
-validate local urls by looking up their sidebar data translation
-TODO: validate that hashes exist on the suggested page
* each container runs its own commands and it is easy to modify which commands are were (multiline format)
* setup is super fast because all deps are in base docker image (well, except for Chrome) and node_modules are cached
* docs: run hexo server and cypress e2e tests in parallel
* docs: enable e2e docs tests on CircleCI
* pass record key via env CYPRESS_DOCS_RECORD_KEY to cypress run command
* docs: renaming e2e task names
* ts: cache node_modules folder
* docs: unit test helpful message
* typo in script name
* cache .cypress folder
* do not ignore fixtures folder