Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Sebastian <sebasjm@gmail.com>
|
|
|
|
|
|
|
|
|
|
(build mode should not be necessary since pnpm handles dependencies inside the repo)
|
|
|
|
|
|
|
|
|
|
These don't seem to be the right location to compile packages.
The newest version of pnpm runs all those scripts on "pnpm install",
even if we filter for only one package. That results in a build
performance issue.
|
|
|
|
|
|
|
|
|
|
We want to keep taler-wallet-cli smaller and have fewer dependencies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
|
|
|
|
|