Merge branch 'master' into docs/getting-started

This commit is contained in:
Loren Norman
2017-05-18 17:18:52 -04:00
+1 -1
View File
@@ -17,7 +17,7 @@
"build-prod": "hexo clean && hexo generate && gulp prep",
"start": "hexo server --port 2222",
"precypress": "npm install cypress-cli",
"cypress": "cypress run --record --key $CYPRESS_DOCS_RECORD_KEY",
"cypress": "cypress run --record --key $DOCS_RECORD_KEY",
"test-e2e": "run-p --race start cypress",
"test": "echo 'Nothing to unit test, but there are E2E tests!'"
},