Browse Source

Add console to the package list

Mark Story 6 years ago
parent
commit
609f421d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -6,7 +6,7 @@
 # Use the version number to figure out if the release
 # is a pre-release
 PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false')
-COMPONENTS= cache core collection database datasource event filesystem form http i18n log ORM utility validation
+COMPONENTS=cache console core collection database datasource event filesystem form http i18n log ORM utility validation
 CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ')
 
 # Github settings