prepare build

This commit is contained in:
x-ror 2021-05-26 18:23:19 +03:00
parent 828feb7ecc
commit 911a567266

View File

@ -27,6 +27,7 @@
"README.md" "README.md"
], ],
"scripts": { "scripts": {
"prepare": "npm run build",
"build": "rollup -c && npm run tsd", "build": "rollup -c && npm run tsd",
"tsd": "tsc -p ./src --emitDeclarationOnly", "tsd": "tsc -p ./src --emitDeclarationOnly",
"dev": "rollup --config --watch", "dev": "rollup --config --watch",