Add yarn install state

This commit is contained in:
2020-11-30 02:07:47 -06:00
parent ba8119903e
commit 1511ec76fb
3 changed files with 52 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ class StatesService extends Service {
'service.daemon.reloaded': require('../classes/state/os/ServiceDaemonReloadState'),
'web.download': require('../classes/state/fs/DownloadState'),
'node.yarn.installed': require('../classes/state/node/YarnInstallState'),
}
static get services() {