From 934e6de51d960e7760bb186c8ccfc007b0535a40 Mon Sep 17 00:00:00 2001 From: Tim Carry Date: Wed, 7 Nov 2018 17:43:28 +0100 Subject: [PATCH] Remove postinstall (#532) --- CONTRIBUTING.md | 3 +++ package.json | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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/"