add another build option

This commit is contained in:
Andrea Bogazzi 2016-06-14 14:24:17 +02:00 committed by GitHub
parent 77dab21155
commit 9bfe826de7

View file

@ -30,6 +30,7 @@
"license": "MIT",
"scripts": {
"build": "node build.js modules=ALL exclude=json,gestures",
"build_with_gestures": "node build.js modules=ALL exclude=json",
"test": "node test.js",
"lint": "jshint src && jscs src",
"lint_tests": "jshint test/unit --config .jshintrc_tests",