diff options
Diffstat (limited to 'apps/updatenotification/Makefile')
-rw-r--r-- | apps/updatenotification/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/Makefile b/apps/updatenotification/Makefile index ace246dc421..8c6e8a548a5 100644 --- a/apps/updatenotification/Makefile +++ b/apps/updatenotification/Makefile @@ -4,7 +4,7 @@ project_dir=$(CURDIR)/../$(app_name) build_dir=$(CURDIR)/build source_dir=$(build_dir)/$(app_name) -all: dev-setup build-js-production package +all: dev-setup build-js-production dev-setup: clean clean-dev npm-init |