We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d00d7 commit ca98af3Copy full SHA for ca98af3
package.json
@@ -60,9 +60,9 @@
60
"uglify-js": "^2.0.0"
61
},
62
"scripts": {
63
- "postinstall": "cd website/ && yarn install",
64
"test": "make test",
65
"dev": "node test/browser/server.js",
+ "docs:install": "cd website/ && yarn install",
66
"docs:generate-jsdoc": "node website/generate-jsdoc",
67
"docs:start": "cd website/ && yarn start",
68
"docs:build": "cd website/ && yarn build",
website/README.md
@@ -4,7 +4,7 @@ The JavaScript SDK API Reference website is built using [Docusaurus 2](https://v
4
5
### Installation
6
7
-Installation is automatically done when `yarn install` is ran from the base directory.
+Run `yarn docs:install` to install website dependencies.
8
9
### Generating `website/docs/` from `src/`
10
0 commit comments