This commit is contained in:
vigdorov
2020-07-07 00:45:10 +03:00
parent 6dabdd42c0
commit 8e1b988489
3 changed files with 10 additions and 1 deletions

View File

@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack-dev-server"
"start": "webpack-dev-server",
"docs": "jsdoc -r ./src",
"show:docs": "lite-server --baseDir=\"out\""
},
"repository": {
"type": "git",