We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd6b31 + 19c059a commit ee708e4Copy full SHA for ee708e4
Makefile
@@ -4,7 +4,8 @@ source_build_directory=$(CURDIR)/build/artifacts/source
4
source_package_name=$(source_build_directory)/$(app_name)
5
appstore_build_directory=$(CURDIR)/build/artifacts/appstore
6
appstore_package_name=$(appstore_build_directory)/$(app_name)
7
-npm=$(shell which npm 2> /dev/null)
+npm?=$(shell which npm 2> /dev/null)
8
+node?=$(shell which node 2> /dev/null)
9
SHELL = /bin/bash
10
11
all: dev-setup build
0 commit comments