summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 13:29:59 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 13:30:47 +0200
commit54fec752796846389ae187834c19e5720a1c43a8 (patch)
tree689c0759121c6f2e78c0a1773e80fcc4c9e7f538 /package.json
parentda6b6e104959ea057faf523cfae5a70de7c3ee5e (diff)
downloadwallet-core-54fec752796846389ae187834c19e5720a1c43a8.tar.gz
wallet-core-54fec752796846389ae187834c19e5720a1c43a8.tar.bz2
wallet-core-54fec752796846389ae187834c19e5720a1c43a8.zip
more standardized binaries, better README
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index e1becbf3e..3cb44a0c3 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,9 @@
"bin": {
"taler-wallet-cli": "./bin/taler-wallet-cli"
},
+ "scripts": {
+ "build": "make tsc"
+ },
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^16.4.0",