summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-02 20:21:53 +0100
committerFlorian Dold <florian@dold.me>2023-01-02 20:21:57 +0100
commit13d6810937255a136dcd098d142037cfb143a34e (patch)
tree2ae8929a1fb8da5a70312dc7e0af3992bae72b69 /Makefile
parent36a2393f16dbadd37f1003c23503f2a5f0202c92 (diff)
downloadwallet-core-13d6810937255a136dcd098d142037cfb143a34e.tar.gz
wallet-core-13d6810937255a136dcd098d142037cfb143a34e.tar.bz2
wallet-core-13d6810937255a136dcd098d142037cfb143a34e.zip
Makefile, dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59655cea5..293735bd9 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,10 @@ webextension-dev:
pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-webextension...
pnpm run --filter @gnu-taler/taler-wallet-webextension... dev
+.PHONY: embedded
+embedded:
+ pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-embedded...
+
.PHONY: lint
lint:
./node_modules/.bin/eslint --ext '.js,.ts,.tsx' 'src'