prepare script

This commit is contained in:
Florian Dold 2021-01-22 15:49:34 +01:00
parent 9452d8c992
commit f40eb79090
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -16,6 +16,7 @@
"taler-wallet-cli": "./bin/taler-wallet-cli"
},
"scripts": {
"prepare": "tsc && rollup -c",
"compile": "tsc && rollup -c",
"clean": "rimraf lib dist",
"pretty": "prettier --write src"