Commit Graph

4 Commits

Author SHA1 Message Date
William Allen fa33bea9e7
Adding submodule branch override to Install-gui.ps1 (#13752)
* Adding submodule branch override to Install-gui.ps1

* Linting fix on Install-gui.ps1
2022-10-31 11:23:53 -05:00
Zlatko Fedor c6b5feaf3b
replaced npm install => npm ci (#9717)
* replaced npm install => npm ci

* Made global npm modules be executed as local npm modules (#9740)

* Made global npm modules be executed as local npm modules

* Fixed a typo and added empty index.js for lgtm analysis

* Tried to fix pre-commit CI error

* Fixed a windows build file issue

* Fixed a rpm build script issue

* Removed unnecessary index.js which were introduced just to pass LGTM analysis

* Set nodejs version to 16 for arm64 build

* Removed unnecessary nodejs install action

Co-authored-by: ChiaMineJP <admin@chiamine.jp>
2022-01-19 16:52:20 -08:00
Kyle Altendorf 3df0f9ebe4
Restore original CWD in Install-gui.ps1 (#8912)
The original script left the user in the `chia-blockchain-gui/` directory and despite the instructions to `cd chia-blockchain-gui`.
2021-10-29 10:45:13 -07:00
Jeff Cruikshank 0e015a8755
Powershell scripts to support installation from source. (#8651)
* Powershell scripts to support installation from source.

* Update Install-gui.ps1

* Update Install-gui.ps1

* Linter fixes

* Revert "Linter fixes"

This reverts commit 8c4e073671.

* Linter fixes

* Minor textual changes. Updated encoding/line-endings to UTF-8/LF. Git on Windows should autocrlf as necessary.
2021-10-04 10:41:49 -07:00