From 83c8c23d2d6824fa6f62164f55b1cc0d3abfdeca Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 25 Feb 2020 21:15:39 -0300 Subject: [PATCH] fixed: when building, use test single run rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b1824b3..e6b0e136 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ publish-version: release-commit release-tag npm publish pre-publish: clean changelog -pre-build: deps-project tests-ci build +pre-build: deps-project tests-single-run build publish: check-working-tree pre-publish pre-build publish-version publish-finished