/glenstack

Primary LanguageTypeScriptMIT LicenseMIT

Glenstack

Scripts

npm run lint

Checks the linting of all projects and exits with a non-zero code if there are errors.

npm run format

Attempts to fix linting errors in all projects.

npm run lint:fix

Attempts to fix linting errors in all projects, and exits with a non-zero code if there are still errors anyway.

npm run test

Runs a complete test suite on all projects.

npm run build

Builds the artifacts of all projects.

npm run clean

Destroys the build artifacts for all projects.