1
0
Fork 0

Remove postinstall (#532)

This commit is contained in:
Tim Carry 2018-11-07 17:43:28 +01:00 committed by GitHub
parent 2bba320fea
commit 934e6de51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -51,6 +51,9 @@ them with auto-reload.
## Docs ## 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:build` will build the docs website in `./docs/dist`.
- `yarn docs:serve` will do the same, but with live-reload enabled - `yarn docs:serve` will do the same, but with live-reload enabled
- `yarn docs:deploy` will deploy the doc website manually - `yarn docs:deploy` will deploy the doc website manually

View file

@ -17,8 +17,7 @@
"release": "./scripts/release", "release": "./scripts/release",
"serve": "./scripts/serve", "serve": "./scripts/serve",
"test": "./scripts/test", "test": "./scripts/test",
"test:watch": "./scripts/test-watch", "test:watch": "./scripts/test-watch"
"postinstall": "cd ./docs && yarn install"
}, },
"files": [ "files": [
"dist/" "dist/"