summaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-23 15:53:41 -0300
committerSebastian <sebasjm@gmail.com>2021-02-23 15:53:48 -0300
commit2a54606abd6b00fb33381e07d8a31b20c2ff25fb (patch)
tree007e3e1d0a3266c0f43b4ab193c4769604aa65ce /build-system/Makefile
parent9298e3ea3e46d6bf206a4b8612f42c6006ae1a04 (diff)
downloadmerchant-backoffice-2a54606abd6b00fb33381e07d8a31b20c2ff25fb.tar.gz
merchant-backoffice-2a54606abd6b00fb33381e07d8a31b20c2ff25fb.tar.bz2
merchant-backoffice-2a54606abd6b00fb33381e07d8a31b20c2ff25fb.zip
some fixes
Diffstat (limited to 'build-system/Makefile')
-rw-r--r--build-system/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index c819c48..fc57ad5 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -2,12 +2,7 @@
src = src
-tsc = node_modules/typescript/bin/tsc
-typedoc = node_modules/typedoc/bin/typedoc
-ava = node_modules/.bin/ava
-nyc = node_modules/nyc/bin/nyc.js
-git-archive-all = ./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py
-
+PORT = 8080
include ./build-system/config.mk
.PHONY: compile
@@ -15,15 +10,11 @@ compile:
pnpm i -r
pnpm run compile
-# .PHONY: dist
-# dist:
-# $(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags).tar.gz
-
# .PHONY: publish
# publish: compile
# pnpm publish -r --no-git-checks
-# make documentation from docstrings
+
.PHONY: typedoc
typedoc:
pnpm run typedoc