gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: make compile as default when


From: gnunet
Subject: [taler-wallet-core] branch master updated: make compile as default when no target is specified
Date: Mon, 07 Nov 2022 14:48:32 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new afa87c2cf make compile as default when no target is specified
afa87c2cf is described below

commit afa87c2cf48ac28e559b624196d45b4e77a68e3b
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Nov 7 10:48:22 2022 -0300

    make compile as default when no target is specified
---
 Makefile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index a7cc378b7..59655cea5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,12 @@ git-archive-all = 
./build-system/taler-build-scripts/archive-with-submodules/git
 
 include .config.mk
 
+.PHONY: compile
+compile:
+       pnpm install -r --frozen-lockfile
+       pnpm run compile
+
+
 .PHONY: dist
 dist:
        $(git-archive-all) \
@@ -41,11 +47,6 @@ clean:
 submodules-update:
        git submodule update --recursive --remote
 
-.PHONY: compile
-compile:
-       pnpm install -r --frozen-lockfile
-       pnpm run compile
-
 .PHONY: check
 check:
        pnpm install -r --frozen-lockfile
@@ -88,5 +89,5 @@ lint:
        ./node_modules/.bin/eslint --ext '.js,.ts,.tsx' 'src'
 
 
-install:
+install: compile
        @echo Please run \'make install\' from one of the directories in 
packages/\'

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]