feat(device): Wait for read user/hardware config until device is ready (#443)
* feat(device): Wait for read user/hardware config until device is ready * ci: remove uhk-web test runners until not I will fix the chome on mac
This commit is contained in:
committed by
László Monda
parent
235034bc68
commit
01b07a3ab7
@@ -50,7 +50,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "lerna bootstrap",
|
||||
"test":"run-p -sn test:test-serializer test:uhk-common test:uhk-web",
|
||||
"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