Rebuild docs
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
020446bd66
commit
53781f32a3
29 changed files with 212 additions and 1275 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue