Skip to content

Commit ee708e4

Browse files
authored
Merge pull request #666 from gary-kim/enh/noid/sass
2 parents 3dd6b31 + 19c059a commit ee708e4

File tree

3 files changed

+710
-38
lines changed

3 files changed

+710
-38
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ source_build_directory=$(CURDIR)/build/artifacts/source
44
source_package_name=$(source_build_directory)/$(app_name)
55
appstore_build_directory=$(CURDIR)/build/artifacts/appstore
66
appstore_package_name=$(appstore_build_directory)/$(app_name)
7-
npm=$(shell which npm 2> /dev/null)
7+
npm?=$(shell which npm 2> /dev/null)
8+
node?=$(shell which node 2> /dev/null)
89
SHELL = /bin/bash
910

1011
all: dev-setup build

0 commit comments

Comments
 (0)