summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-25 08:09:41 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-25 08:09:41 +0100
commit9cfef7c64d99f36af4f925362e3a1e1c0f214fe4 (patch)
tree2a3974983da5da6e37b91d21d9982e83e5f2f79d /Makefile
parent1d95e9df990c7c24caa3808dd0b2cfc5c47865ed (diff)
Update and cleanup package
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72717d70..e231c96e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ source_package_name=$(source_build_directory)/$(app_name)
appstore_build_directory=$(CURDIR)/build/artifacts/appstore
appstore_package_name=$(appstore_build_directory)/$(app_name)
-all: dev-setup lint build-js-production test test-php
+all: dev-setup lint build-js-production test-php
# Dev env management
dev-setup: clean clean-dev npm-init