File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ NODE ?= node
77# Define the Node environment:
88NODE_ENV ?= benchmark
99
10+ # Define the Node path:
11+ NODE_PATH ?= $(NODE_PATH_BENCHMARK )
12+
1013
1114# TARGETS #
1215
Original file line number Diff line number Diff line change 44# Define the command for `node`:
55NODE ?= node
66
7+ # Define the Node environment:
8+ NODE_ENV ?= examples
9+
10+ # Define the Node path:
11+ NODE_PATH ?= $(NODE_PATH_EXAMPLES )
12+
713
814# TARGETS #
915
Original file line number Diff line number Diff line change 44# Define the Node environment:
55NODE_ENV ?= repl
66
7+ # Define the Node path:
8+ NODE_PATH ?= $(NODE_PATH_REPL )
9+
710# Define the path of the REPL executable:
811REPL ?= $(LOCAL_BIN_DIR ) /repl
912
Original file line number Diff line number Diff line change 44# Define the Node environment:
55NODE_ENV ?= test
66
7+ # Define the Node path:
8+ NODE_PATH ?= $(NODE_PATH_TEST )
9+
710# Define the browser test runner:
811BROWSER_TEST_RUNNER ?= testling
912
You can’t perform that action at this time.
0 commit comments