1.0.0 • Published 4 years ago

@workspace-builder/shell-command v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

@workspace-builder/shell-command

This is a workspace builder module for workspace-builder.

It runs the shell command specified via the "@workspace-builder/shell-command" key in your package.json:

// package.json
{
  "@workspace-builder/shell-command": {
    "build": "echo hi",
    "watch": "echo watching"
  }
}

The "watch" command is optional; if omitted, workspace-builder's builtin watcher will be used, and will run your "build" command on change.

License

MIT