Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"uglify-js": "^2.0.0"
},
"scripts": {
"postinstall": "cd website/ && yarn install",
"test": "make test",
"dev": "node test/browser/server.js",
"docs:install": "cd website/ && yarn install",
"docs:generate-jsdoc": "node website/generate-jsdoc",
"docs:start": "cd website/ && yarn start",
"docs:build": "cd website/ && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The JavaScript SDK API Reference website is built using [Docusaurus 2](https://v

### Installation

Installation is automatically done when `yarn install` is ran from the base directory.
Run `yarn docs:install` to install website dependencies.

### Generating `website/docs/` from `src/`

Expand Down