Skip to content

Commit

Permalink
Merge pull request #666 from gary-kim/enh/noid/sass
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-kim authored Nov 22, 2024
2 parents 3dd6b31 + 19c059a commit ee708e4
Show file tree
Hide file tree
Showing 3 changed files with 710 additions and 38 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source_build_directory=$(CURDIR)/build/artifacts/source
source_package_name=$(source_build_directory)/$(app_name)
appstore_build_directory=$(CURDIR)/build/artifacts/appstore
appstore_package_name=$(appstore_build_directory)/$(app_name)
npm=$(shell which npm 2> /dev/null)
npm?=$(shell which npm 2> /dev/null)
node?=$(shell which node 2> /dev/null)
SHELL = /bin/bash

all: dev-setup build
Expand Down
Loading

0 comments on commit ee708e4

Please sign in to comment.