build also lib

This commit is contained in:
cupcakearmy 2021-03-15 18:31:10 +01:00
parent 6d2fa22674
commit 17121b50c4
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
},
"scripts": {
"generate": "git submodule update && node ./generate/wordlist.js",
"docs": "parcel build --target docs demo/index.html ",
"docs": "tsc && parcel build --target docs demo/index.html ",
"docs:dev": "parcel --target docs demo/index.html",
"prepublishOnly": "rm -rf ./lib && tsc"
},