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:
committed by
László Monda
parent
6b46c85ca6
commit
a4056a8b8b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user