Rebuild docs

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-01-29 21:21:04 +01:00
parent 020446bd66
commit 53781f32a3
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
29 changed files with 212 additions and 1275 deletions

View file

@ -34,7 +34,7 @@
},
"scripts": {
"start": "rm -rf lib/* && webpack --mode development -w",
"build": "rm -rf lib/* docs/* && typedoc && webpack --mode production",
"build": "rm -rf lib/* docs/* && npx typedoc && webpack --mode production",
"lint": "eslint src/**/*.{js,ts,json} --fix && prettier --write src/**/*.{js,ts,json}"
},
"main": "lib/main.js",