Skip to content

Commit

Permalink
Tweak docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 26, 2023
1 parent 10d33d1 commit 7062af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Additional notes:
4. Run the webapp from a development server with `yarn serve`.

Similar to the Flask development server, these steps will provide a development environment that serves the web app at `localhost:8080` (by default) and automatically reloads it as changes are made to the source code.
Various other development scripts are available through `yarn` (see also the [webapp README](./webapp/README.md)):
Various other development scripts are available through `yarn`:

- `yarn lint`: Lint the javascript code using `eslint`, identifying issues and automatically fixing many. This linting process also runs automatically every time the development server reloads.
- `yarn test:unit`: run the unit/componenet tests using `jest`. These test individual functions or components.
Expand Down
4 changes: 2 additions & 2 deletions pydatalab/docs/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ nav:
- index.md
- INSTALL.md
- design
- schemas
- api_reference
- 'Model schemas': schemas
- api_reference.md
File renamed without changes.

0 comments on commit 7062af2

Please sign in to comment.