@glas/build
v0.2.10
Published
Contains common build and deployment scripts.
Readme
build
Contains common build and deployment scripts.
Dependencies
Yarn
Windows Setup
Follow the instructions here to setup node on an Ubuntu subsystem: https://gist.github.com/noygal/6b7b1796a92d70e24e35f94b53722219
Also do the following because Microsoft no longer thinks our personal computer is well, personal: https://www.cicoria.com/improving-windows-subsystem-for-linux-wsl-by-500-minutes-to-seconds/ https://www.prajwaldesai.com/turn-off-windows-10-microsoft-consumer-experiences/ https://www.howtogeek.com/269331/how-to-disable-all-of-windows-10s-built-in-advertising/
Also install python:
sudo apt install pythonSetup
git clone https://github.com/glassorg/build.git
cd build
yarn setup
(sudo yarn setup) if LinuxUpdating Visual Studio Code to use your local latest version of Typescript
https://stackoverflow.com/questions/39668731/what-typescript-version-is-visual-studio-code-using-how-to-update-itUsage
Run "guild" to display a list of available commands.
guildSome guild commands can take a single JSON formatted parameter.
If it's a string or object then escape the json format with single ticks. For instance
guild webpack '"debug"'