diff --git a/package.json b/package.json index a3837e83c641eb7912e60c46e21917c67d29cba2..b68ffe66b9202723978b8e511c6da0d5c709b42a 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ } , "scripts": { "postinstall": "./scripts/generate_ephemeral_keys.sh", - "test": "./scripts/run_all_tests.sh" + "test": "./scripts/run_all_tests.sh", + "start": "node ./run.js" } }