summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/clean_and_build.sh
blob: 22abb212fc2a1b63edb139c55097dddb4b6a7f46 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
# This file is in the public domain.
set -e
[ "also-wallet" == "$1" ] && { pnpm -C ../taler-wallet-core/ compile || exit 1; }
[ "also-util" == "$1" ] && { pnpm -C ../taler-util/ prepare || exit 1; }
pnpm clean && pnpm compile && rm -rf extension/ && ./pack.sh