Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 242 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 242 Bytes

@sharkcore/shark-scripts

{build,test,lint} JavaScript packages.

Getting started

Run yarn add shark-scripts --dev

Add the following to your package.json:

{
  "scripts": {
    "build": "shark-scripts build"
  },
  ...
}