4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
yarn install
|
|
./node_modules/.bin/jsdoc --destination ./generated --readme ./README.md --recurse ../app ../frontend
|