tgui: Yarn Berry (#53026)

This pull request upgrades Yarn to version 2 (also known as Yarn Berry).
* Update build validator

* Provide inferno in the root level package

* Remove type module from package.json

* Powershell build script
This commit is contained in:
Aleksej Komarov
2020-08-19 08:26:30 +03:00
committed by GitHub
parent 7470be5d02
commit c59d88470a
36 changed files with 9340 additions and 6439 deletions

View File

@@ -24,7 +24,7 @@ SUBSYSTEM_DEF(tgui)
var/basehtml
/datum/controller/subsystem/tgui/PreInit()
basehtml = file2text('tgui/packages/tgui/public/tgui.html')
basehtml = file2text('tgui/public/tgui.html')
/datum/controller/subsystem/tgui/Shutdown()
close_all_uis()