diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8295131e..b5cd7a50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,6 +51,9 @@ them with auto-reload. ## Docs +The documentation lives in the `./docs` folder. You should start by installing +its dependencies with `cd ./docs && yarn install`. Then: + - `yarn docs:build` will build the docs website in `./docs/dist`. - `yarn docs:serve` will do the same, but with live-reload enabled - `yarn docs:deploy` will deploy the doc website manually diff --git a/package.json b/package.json index dd826e40..8fde3e37 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,7 @@ "release": "./scripts/release", "serve": "./scripts/serve", "test": "./scripts/test", - "test:watch": "./scripts/test-watch", - "postinstall": "cd ./docs && yarn install" + "test:watch": "./scripts/test-watch" }, "files": [ "dist/"