Update CI for v1 (#968)

* Update CI for new repository structure

* Rename tests

* Fix workflow

* Add Prettier
This commit is contained in:
Yangshun Tay 2018-09-19 12:09:06 +08:00 committed by GitHub
parent b401a2adc0
commit 7931be9c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 133 additions and 78 deletions

View file

@ -9,7 +9,6 @@
"url": "https://github.com/facebook/Docusaurus.git"
},
"scripts": {
"ci-check": "yarn lint",
"lint": "eslint --cache \"lib/**/*.js\" \"examples/**/*.js\" \"website/**/*.js\"",
"test": "jest",
"start": "cd website && yarn start"