wieslawsoltes/NodeEditor

Add a check for dependencies in windows build script

Closed this issue · 0 comments

Description

When running the build script on windows, the restore and compile tasks fail if wasm-tools or any other dependency isn't already installed because there is no check for that.

To Reproduce:

  1. Dont have wasm-tools installed on the machine
  2. Run build.cmd/build.ps1

How to resolve

Include a check for dependencies in the build script.