Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 934e6de

Browse files
authored
Remove postinstall (#532)
1 parent 2bba320 commit 934e6de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ them with auto-reload.
5151

5252
## Docs
5353

54+
The documentation lives in the `./docs` folder. You should start by installing
55+
its dependencies with `cd ./docs && yarn install`. Then:
56+
5457
- `yarn docs:build` will build the docs website in `./docs/dist`.
5558
- `yarn docs:serve` will do the same, but with live-reload enabled
5659
- `yarn docs:deploy` will deploy the doc website manually

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"release": "./scripts/release",
1818
"serve": "./scripts/serve",
1919
"test": "./scripts/test",
20-
"test:watch": "./scripts/test-watch",
21-
"postinstall": "cd ./docs && yarn install"
20+
"test:watch": "./scripts/test-watch"
2221
},
2322
"files": [
2423
"dist/"

0 commit comments

Comments
 (0)