From: Kevin Sawicki Date: Thu, 10 Dec 2015 18:44:11 +0000 (-0800) Subject: Add npm test script X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49b6e5bcacb974919dad4b8ab5a2609e3b915338;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add npm test script --- diff --git a/package.json b/package.json index a5d56e3..ea29419 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "private": true, "scripts": { - "preinstall": "node -e 'process.exit(0)'" + "preinstall": "node -e 'process.exit(0)'", + "test": "python ./script/test.py" } }