Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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