Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@s-ui/helpers

SUI-Components10.8kMIT1.39.0

A set of internal helpers used by sui-related packages.

readme

sui-helpers

A set of internal helpers used by sui-related packages.

Usage

import {serialSpawn} from '@s-ui/helpers/cli'

serialSpawn([
    ['sui-lint', ['js']],
    ['sui-lint', ['sass']],
    ['npm', ['run', 'test']]
])
  .then(code => process.exit(code))
  .catch(code => process.exit(code))