This commit is contained in:
cupcakearmy 2020-12-20 10:24:56 +01:00
parent 981d9908bd
commit 51a5fd9f9d
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -9,7 +9,7 @@
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"prepublishOnly": "rm -rf dist && yarn run build",
"prepublishOnly": "rm -rf dist && npm run build",
"docs": "typedoc --excludeNotExported --theme minimal --out docs src"
},
"devDependencies": {