4 lines
113 B
Bash
4 lines
113 B
Bash
|
#!/bin/sh
|
||
|
yarn install
|
||
|
./node_modules/.bin/jsdoc --destination ./generated --readme ./README.md --recurse ../src
|