New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@glas/build

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glas/build

Contains common build and deployment scripts.

latest
Source
npmnpm
Version
0.2.10
Version published
Maintainers
2
Created
Source

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 python

Setup

git clone https://github.com/glassorg/build.git
cd build
yarn setup
(sudo yarn setup) if Linux

Updating 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-it

Usage

Run "guild" to display a list of available commands.

guild

Some 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"'

FAQs

Package last updated on 16 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts