Skip to content
Snippets Groups Projects
Commit 68efeac6 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add a 'start' script entry in package.json so you can just 'npm start' to run the test harness

parent 6f1abcc0
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
} }
, "scripts": { , "scripts": {
"postinstall": "./scripts/generate_ephemeral_keys.sh", "postinstall": "./scripts/generate_ephemeral_keys.sh",
"test": "./scripts/run_all_tests.sh" "test": "./scripts/run_all_tests.sh",
"start": "node ./run.js"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment