Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 314 Bytes

Field Core

This package contains shared code for the different Field packages.

Development

Trigger build manually, such that other projects have access to the latest changes:

$ npm run build 

Run tests:

$ npm t

Continuously watch and test:

$1 npm run build:watch
$2 npm run test:watch