prepare command

This commit is contained in:
Florian Dold 2021-01-22 14:54:03 +01:00
parent a1c3547db4
commit e3797d2577
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -12,6 +12,7 @@
"author": "Florian Dold",
"license": "GPL-3.0",
"scripts": {
"prepare": "tsc && rollup -c",
"compile": "tsc && rollup -c",
"pretty": "prettier --write src",
"test": "tsc && ava",