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" }