summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-11 19:22:48 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-11 19:29:27 +0530
commit0050bf005a40cab3b4fdc43f2960025e8d52e176 (patch)
treeb7e6e7e5a8be84e22af5fc89914b572786b814a5 /build-system
parent2e56a22f6b192600e8ec662b01ad436cbd1a5e65 (diff)
downloadwallet-core-0050bf005a40cab3b4fdc43f2960025e8d52e176.tar.gz
wallet-core-0050bf005a40cab3b4fdc43f2960025e8d52e176.tar.bz2
wallet-core-0050bf005a40cab3b4fdc43f2960025e8d52e176.zip
adjust path
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 82c32c4f2..f04461959 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -36,8 +36,8 @@ check: compile
pnpm run check
.PHONY: webextensions
-webextensions: rollup
- ./webextension/pack.sh
+webextension: compile
+ cd ./packages/taler-wallet-webextension/ && ./pack.sh
.PHONY: integrationtests
integrationtests: compile
@@ -84,10 +84,6 @@ install: compile
ln -sft $(prefix)/bin $(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli
endif
-.PHONY: rollup
-rollup: compile
- ./node_modules/.bin/rollup -c
-
.PHONY: lint
lint:
./node_modules/.bin/eslint --ext '.js,.ts,.tsx' 'src'