Skip to content

Commit

Permalink
fix: move bad postinstall script (#301)
Browse files Browse the repository at this point in the history
* move bad postinstall script

* update website readme
  • Loading branch information
jooohhn authored Sep 22, 2020
1 parent 44d00d7 commit ca98af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ca98af3

Please sign in to comment.