made `npm start` serve the functional tests (#34)

This commit is contained in:
Soren Hannibal 2018-12-06 15:29:35 -08:00 коммит произвёл GitHub
Родитель 7e9511c262
Коммит e8437778c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -106,7 +106,6 @@ From command prompt:
* `npm install` This will install all dependent packages. (and will do very
little if there are no changes)
* `npm run build` This should not report any errors.
* `cd packages/apps/functional-tests`
* `npm start` This should print "INF: Multi-peer Adapter listening on..."
* See also: [Using Visual Studio Code instead of command line](
#Using-Visual-Studio-Code)

Просмотреть файл

@ -28,7 +28,8 @@
"build-docs": "lerna run build-docs",
"lint": "lerna run lint",
"lint-docs": "lerna run lint-docs",
"publish": "lerna publish"
"publish": "lerna publish",
"start": "node ./packages/functional-tests/"
},
"devDependencies": {
"lerna": "3.4.2",