From 6631056464971093aefebe524b1618b6ed87c2a9 Mon Sep 17 00:00:00 2001 From: Kevin Kao Date: Tue, 5 Apr 2016 15:21:43 -0700 Subject: [PATCH] Remove missing build command, add default build, update README --- README.md | 5 ++++- package.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52a065a..4888261 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ http://mazda3revolution.com/forums/2014-2016-mazda-3-skyactiv-audio-electronics/ There is not a whole documentation available yet but you can access some basic articles from the projects WIKI. +## Build +To run the default build, execute ``npm run build``. + ## About this Repo This is the development source repository for the CASDK containing everything and anything. However you shouldn't ever need to clone this repo if you don't activley participating in the micro framework development. @@ -36,4 +39,4 @@ License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public -License for more details. \ No newline at end of file +License for more details. diff --git a/package.json b/package.json index 4c6d849..62dbbba 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "run-sequence": "^1.1.5" }, "scripts": { - "build-runtime": "gulp build-runtime", - "build-install": "gulp build-install" + "build-install": "gulp build-install", + "build": "gulp default" }, "license": "GPL-3.0" }