Closed TorstenStueber closed 2 months ago
Currently there is a prestart script in package.json that tries to run the command apidoc. However, this is misconfigured and will fail. Moreover, we did not define any doc comments anyway and this commend is of no particular use at the moment.
prestart
package.json
apidoc
Remove this command and the script.
Currently there is a
prestart
script inpackage.json
that tries to run the commandapidoc
. However, this is misconfigured and will fail. Moreover, we did not define any doc comments anyway and this commend is of no particular use at the moment.TODO
Remove this command and the script.