publish script

This commit is contained in:
cupcakearmy 2020-02-06 10:21:36 +01:00
parent e74d841259
commit 5e9a9dbb2e
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -8,7 +8,7 @@
"generate": "git -C ./generate/wordlist pull && node ./generate/wordlist.js", "generate": "git -C ./generate/wordlist pull && node ./generate/wordlist.js",
"docs": "parcel build --no-source-maps --out-dir ./docs --public-url ./ ./website/index.html", "docs": "parcel build --no-source-maps --out-dir ./docs --public-url ./ ./website/index.html",
"build": "tsc", "build": "tsc",
"prepublishOnly": "npm run build && npm run test" "prepublishOnly": "rm -rf ./lib && tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",