This package has been deprecated

Author message:

Package was moved to @s-ui organization. Please update your dependencies.

@schibstedspain/sui-helpers

1.3.0 • Public • Published

sui-helpers

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

Usage

import {serialSpawn} from '@schibstedspain/sui-helpers/cli'

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

Readme

Keywords

none

Package Sidebar

Install

npm i @schibstedspain/sui-helpers

Weekly Downloads

1

Version

1.3.0

License

MIT

Last publish

Collaborators

  • schibstedspain