feat(device): Add confirmation question before reset the configuration (#449)

* feat(device): Add confirmation question before reset the configuration

* feat(device): text change

* style: fix ts-lint error
This commit is contained in:
Róbert Kiss
2017-10-14 16:49:13 +02:00
committed by László Monda
parent 6b46c85ca6
commit a4056a8b8b
6 changed files with 29 additions and 6 deletions

View File

@@ -50,7 +50,7 @@
},
"scripts": {
"postinstall": "lerna bootstrap",
"test":"run-p -sn test:test-serializer test:uhk-common",
"test": "run-p -sn test:test-serializer test:uhk-common",
"test:test-serializer": "lerna exec --scope test-serializer npm test",
"test:uhk-common": "lerna exec --scope uhk-common npm test",
"test:uhk-web": "lerna exec --scope uhk-web npm test",