Skip to content

Commit a781f05

Browse files
committed
Update path to remark plugins
1 parent e16c2b8 commit a781f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ CURRENT_PROJECT_VERSION ?= $(NODE) -e "console.log( require( '$(ROOT_DIR)/packag
210210
REMARK ?= $(BIN_DIR)/remark
211211

212212
# Define the path to the local remark plugins directory:
213-
REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_DIR)/remark/plugins
213+
REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_PKGS_DIR)/remark/plugins
214214

215215
# Define the path to the [`browserify`][1] executable.
216216
#

0 commit comments

Comments
 (0)