Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit be06bc8

Browse files
authored
Merge pull request #103 from jdeathe/issue/102
CLOSES #102: Fixes make dist errors.
2 parents 7bd7b42 + 67eb076 commit be06bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DOCKER_RESTART_POLICY ?= always
2626
NO_CACHE ?= false
2727

2828
# Directory path for release packages
29-
PACKAGE_PATH ?= ./packages/jdeathe
29+
DIST_PATH ?= ./dist
3030

3131
# ------------------------------------------------------------------------------
3232
# Application container configuration

0 commit comments

Comments
 (0)